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: select access on all tables?

Re: select access on all tables?

From: Rainer Klomps <Rainer.Klomps_at_t-online.de>
Date: Mon, 15 Dec 2003 05:37:13 +0100
Message-ID: <3FDD3A79.1080704@t-online.de>


Do you mean

SQL > select 'grant select on ' || table_name || ' to scott;' from user_tables;

???

D. Alvarado schrieb:
> Hello,
> How do you grant select access on all tables in a schema to a
> particular user? I am using Oracle 8.1.7 on Solaris.
>
> Much thanks, Dave
Received on Sun Dec 14 2003 - 22:37:13 CST

Original text of this message

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