Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: triggers

Re: triggers

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 05 Jan 2004 08:22:08 -0800
Message-ID: <1073319642.377834@yasure>


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

Original text of this message

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