Hi,
1. i have created user
2. then login into newly created user
3. i try to access dba_ , all_ tables , i get the error " table or view doesn't exits".
dba_data_files
dba_tablespaces
.....
my question is, i would like to access all DBA_ and ALL_ tables in newly created schema.... instead of give grant select on <object name > to <new user>, any other system privileges for access the DBA_ tables.
thanks