Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: View Granted User Privileges in SQLPLUS?
On 25 Apr 2003 07:49:58 -0700, gilgantic_at_yahoo.com (gilgantic) wrote:
>Is there a simple way to view granted privileges for a user in SQLPLUS?
Yes there is
select * from dict where table_name like '%PRIVS%' will show you the correct views, and the manual will show them also
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Fri Apr 25 2003 - 12:42:08 CDT
![]() |
![]() |