If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > How to find the rights/privileges of an oracle user

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-20-02, 01:28
sethu sethu is offline
Registered User
 
Join Date: Feb 2002
Posts: 17
How to find the rights/privileges of an oracle user

How to find the rights/privileges of an oracle user?

Need the sys table Name to find....Thanks
Reply With Quote
  #2 (permalink)  
Old 02-20-02, 02:14
astropp astropp is offline
Registered User
 
Join Date: Jan 2002
Location: italy
Posts: 39
you may look at DBA_TAB_PRIVS for grants on objects, on DBA_SYS_PRIVS for system privileges and on DBA_ROLE_PRIVS to see which roles are granted.

If you are not allowed to see the DBA_* views you may look at the series of views that start with USER_*: USER_TAB_PRIVS, USER_SYS_PRIVS and USER_ROLE_PRIVS.
These views will tell you only the privileges granted the schema you are connected with.

regards,
astropp
__________________
astropp
Reply With Quote
  #3 (permalink)  
Old 02-20-02, 03:25
sethu sethu is offline
Registered User
 
Join Date: Feb 2002
Posts: 17
Thanks a Lot for the Info.

It helped to find what I needed.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On