Re: View Granted User Privileges in SQLPLUS?

From: Cedric Vonck <vanderhoeven_at_ping.be>
Date: 25 Apr 2003 10:57:16 -0700
Message-ID: <71aee92e.0304250957.6108bc86_at_posting.google.com>


gilgantic_at_yahoo.com (gilgantic) wrote in message news:<d6052717.0304250649.15063d54_at_posting.google.com>...
> Is there a simple way to view granted privileges for a user in SQLPLUS?

connect to your database

 => Conn <username> / <password> _at_ <db>

Sql> select * from user_role_privs;

select * from dict where comments like '%privs%';

or

select * from dict where table_name like '%privs%'; Received on Fri Apr 25 2003 - 19:57:16 CEST

Original text of this message