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!

How to find out that I have execute grant to a spesific package?

3018678Sep 29 2015 — edited Sep 30 2015

Hi All,

Mu user anme is MY_USER. I can execute a package in HR user. I am trying to find out the grant that HR gave to MY_USER. I use the following data dictionary views. However, I couldn't find it. How can I find?

select * from USER_ROLE_PRIVS;

select * from USER_SYS_PRIVS;

select * from USER_TAB_PRIVS;

select * from USER_TAB_PRIVS_RECD;

select * from ROLE_TAB_PRIVS;

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2015
Added on Sep 29 2015
13 comments
8,049 views