Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: using dynanic views from a table trigger
"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
![]() |
![]() |