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: auto grant select

Re: auto grant select

From: Kevin Lidh <kevin.lidh_at_gmail.com>
Date: Wed, 29 Nov 2006 12:54:00 -0700
Message-Id: <1164830040.27961.3.camel@lidhfed.lidh.com>


Sure, just create an "after CREATE on schema" trigger.

http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:646423863863

On Wed, 2006-11-29 at 20:34 +0100, Tóth István wrote:
> Hello,
>
> I have two users in a 9.2.0.5 database (u1, u2)
> u1 has lot of tables, u2 has a grant select on u1 tables.
> The developers often create new tables on u1 schema, and u2 can't read these.
> I'd like to automatically add grant select to u2 on a newly created u1 tables.
>
> Is it possible?
>
> Thanks in advance
> Istvan
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Nov 29 2006 - 13:54:00 CST

Original text of this message

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