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: Granting Select Any Table

RE: Granting Select Any Table

From: Larry Taylor <ltaylor_at_iq.com>
Date: Thu, 14 Dec 2000 12:07:11 -0800
Message-Id: <10710.124618@fatcity.com>


What I mean is, grant Scott select privileges on all tables owned by Mike.

Thanks for your response

Larry

-----Original Message-----
From: David Barbour [mailto:dbarbour_at_connectsouth.com] Sent: Thursday, December 14, 2000 11:31 AM To: Multiple recipients of list ORACLE-L Subject: RE: Granting Select Any Table

Larry,

For "mass" grants try generating a "slave" SQL script:

set head off
set linesize 250
spool grant
select 'Grant Select on '||table_name||' to user;' from user_tables; !mv grant.lst grant.sql
@grant

David A. Barbour
Oracle DBA - ConnectSouth
512-681-9438
dbarbour_at_connectsouth.com

-----Original Message-----
Sent: Thursday, December 14, 2000 11:44 AM To: Multiple recipients of list ORACLE-L

Hi folks,

Does anyone know the best way to grant a user select any table of another users tables?

Thanks in advance

Larry
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Larry Taylor
  INET: ltaylor_at_iq.com

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: David Barbour
  INET: dbarbour_at_connectsouth.com
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 Thu Dec 14 2000 - 14:07:11 CST

Original text of this message

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