Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Permission to see the procedures
> -----Original Message-----
> Kline.Michael
>
> The select_catalog_role doesn't seem to work. That made sense. Maybe
> that's why it didn't work.
By the way, what does this mean, "select_catalog_role doesn't seem to work". What Oracle errors are you getting?
SQL> select * from v$version ;
BANNER
SQL> create user a identified by a default tablespace users temporary tablespace temp ;
Utilisateur créé.
SQL> grant create session to a ;
Autorisation de privilèges (GRANT) acceptée.
SQL> grant select_catalog_role to a ;
Autorisation de privilèges (GRANT) acceptée.
SQL> connect a/a
Connecté.
SQL> select count (*) from dba_source ;
COUNT(*)
179172
SQL>
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Feb 11 2005 - 13:37:05 CST
![]() |
![]() |