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: [Q] Script to generate "grant privilege" on a table?

RE: [Q] Script to generate "grant privilege" on a table?

From: Stephen Lee <Stephen.Lee_at_DTAG.Com>
Date: Fri, 20 Jun 2003 08:23:12 -0700
Message-ID: <F001.005B6289.20030620073951@fatcity.com>

I might have gotten something bass-ackwards here. Please correct as needed.

"Testing?! We don't need no stinkin' testing."

> -----Original Message-----
>
>
> select 'grant '||privilege||' to '|| grantee ||' on
> '||table_name||';' from
> dba_tab_privs where owner = 'BUBBA';
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephen Lee
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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 Fri Jun 20 2003 - 10:23:12 CDT

Original text of this message

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