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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Grants to PUBLIC

Re: Grants to PUBLIC

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Tue, 26 Sep 2000 08:21:42 -0400
Message-Id: <10631.117859@fatcity.com>


SELECT TABLE_NAME, PRIVILEGE FROM DBA_TAB_PRIVS WHERE GRANTEE =3D'PUBLIC';
will give you a list of all privileges granted to public. You can qualify = the select if you choose.
ROR =AA=BF=AA
>>> BoivinP_at_mar.dfo-mpo.gc.ca 09/25/00 04:40PM >>>
Hi, hopefully there is an easy way to do this.

How can I generate a list of object grants to PUBLIC?

PUBLIC doesn't show up as a user or a role.

Thanks.
Patrice Boivin
Systems Analyst (Oracle Certified DBA)

Systems Admin & Operations | Admin. et Exploit. des syst=E8mes
Technology Services        | Services technologiques
Informatics Branch         | Direction de l'informatique=20
Maritimes Region, DFO      | R=E9gion des Maritimes, MPO

E-Mail: boivinp_at_mar.dfo-mpo.gc.ca <mailto:boivinp_at_mar.dfo-mpo.gc.ca>=20

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com=20
--
Author: Boivin, Patrice J
  INET: BoivinP_at_mar.dfo-mpo.gc.ca=20

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Sep 26 2000 - 07:21:42 CDT

Original text of this message

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