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: using dynanic views from a table trigger

Re: using dynanic views from a table trigger

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Tue, 3 Feb 2004 13:06:27 +0100
Message-ID: <401f8e41$0$32618$626a54ce@news.free.fr>

"Jon" <aaa_at_bbb.ccc> a écrit dans le message de news:bvo0kk$8hf$1_at_unbe.sarenet.es...
> I like to retrieve some columns of a dynamic view: V$INSTANCE from a trigger
> but I do not know the name of the role I need to own ot the privileges
> requiered to accomplish this task .. thanks
>
>

If you want to retrieve data from v$instance in a trigger you must have the select privilege on it directly and not via a role.

Regards
Michel Cadot Received on Tue Feb 03 2004 - 06:06:27 CST

Original text of this message

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