Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: triggers
Choung wrote:
> Hi,
>
> I need to create a trigger that requires input from more than one table, is
> this possible? I want the trigger to be activated when one table gets
> updated. The other table may not change, I just want information from it.
>
> thanks,
Any PL/SQL can be executed from inside a table trigger including calling functions, stored procedures, and package code.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Mon Jan 05 2004 - 10:22:08 CST
![]() |
![]() |