Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: schema/trigger
MB wrote:
> I want to do something on an table in the schema y when there is a new entry
> in another table in schema x (same database). How can I do this?
>
> matthias
>
>
>
>
use dot notation after you gave the apropriate rights. for example, to access table t in schema y, from a trigger on schema x, user y.t
-- regards, SimonReceived on Tue Oct 08 2002 - 12:23:32 CDT
![]() |
![]() |