Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: trigger and V$ tables
The V stands for View and triggers are not permitted on views (until Oracle8).
The views and based on system tables. In early releases I think you could
create triggers on the tables owned by sys if you had the privs. But this
was a no-no.
I think the newer releases block triggers on sys tables.
-- David J Roth (My own opinions) Maja Matulovic <maja_at_laetitia.inria.fr> wrote in article <58716d$6mv_at_news-rocq.inria.fr>...Received on Thu Dec 05 1996 - 00:00:00 CST
>
> --
> Hello,
>
> I would like to know if anyone tried to declare a trigger on
V$<table_name>
>
> Thanks
>
> Maja Matulovic
>
![]() |
![]() |