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

Home -> Community -> Usenet -> c.d.o.server -> Re: Grant select on 'sys.dba_*'

Re: Grant select on 'sys.dba_*'

From: Guron <guron_at_hotmail.com>
Date: Tue, 16 Jun 1998 09:55:08 +0300
Message-ID: <358616CC.B993121D@hotmail.com>


conect sys/......
set feed off pagesize 0
spool grtm.sql
select 'GRANT SELECT ON '||object_name||' TO &&username;' WHERE OBJECT_NAME LIKE 'DBA%';
spool off
@grtm
host rm rgtm.sql

    GURON Dominic Lancaster wrote:

> Could someone please help me grant what is essetially
> read only access for a user to the 'sys.dba_*' tables,
> I was thinking of:
> GRANT SELECT ON TABLE like 'sys.dba%' TO USER;
>
> Would this work?
>
> TIA
Received on Tue Jun 16 1998 - 01:55:08 CDT

Original text of this message

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