|
-
Shandj is correct,
SQL> grant select any table to dloader;
Grant succeeded.
SQL> select name from v$database;
NAME
---------
CMSRPT1
SQL> select count(*) from dba_tablespaces;
COUNT(*)
----------
20
SQL> select count(*) from dba_data_files;
COUNT(*)
----------
60
Its working for any v$tables and dba_tables....
Thanks
PNRDBA
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|