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: David Barbour <dbarbour_at_connectsouth.com>
Date: Thu, 14 Dec 2000 13:30:34 -0600
Message-Id: <10710.124608@fatcity.com>


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-----
From: Larry Taylor [mailto:ltaylor_at_iq.com] Sent: Thursday, December 14, 2000 11:44 AM To: Multiple recipients of list ORACLE-L Subject: Granting Select Any Table

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). Received on Thu Dec 14 2000 - 13:30:34 CST

Original text of this message

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