Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to view keys & privileges on table?

Re: How to view keys & privileges on table?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sun, 7 Jan 2001 18:26:12 +0100
Message-ID: <93a8od$995j5$1@ID-62141.news.dfncis.de>

select * from user_tab_privs_made

select table_name, index_name, column_name from user_ind_columns
order by table_name, index_name, column_position.

Hth,

Sybrand Bakker, Oracle DBA

"Daniel" <dlrubinANTI-SPAM_at_yahoo.com> wrote in message news:3A58A2AE.EB9F68D9_at_yahoo.com...
> How I can view the privileges that a table has granted to other users?
> Also, how di I list the keys on a table (they're not listed using
> DESCRIBE).
> Thanks.
> Daniel
> --
> To reply to me directly, please remove "ANTISPAM" from the reply-to
> email address.
>
>
Received on Sun Jan 07 2001 - 11:26:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US