Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Privilege is not showing.

533779Feb 27 2009 — edited Feb 27 2009
DB VERSION - 10.2.0.3

I've granted the " CREATE SYNINYM" privilege to one role called "DB_CONNECT". BUt, when I query role_sys_privs, it does not show.


SQL> grant create synonym to DB_CONNECT ;

Grant succeeded.

SQL> select privilege from role_sys_privs where role ='DB_CONNECT' ;

no rows selected

hare krishna
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2009
Added on Feb 27 2009
9 comments
524 views