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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 7.3 Triggers

Re: Oracle 7.3 Triggers

From: SREESG <sreesg_at_aol.com>
Date: 1997/01/05
Message-ID: <19970105181800.NAA28200@ladder01.news.aol.com>#1/1

As you know triggers definitely do not accept arguments. But a simple way to do this is have a packaged variable and a pacakaged procedure and initialize the variable and call the procedure inside the trigger. The procedure will first check the value of the variable before ececuting the logic ( ofcourse you got to write it that way). This technique will help if all your application instances are under the same oracle session.

Good Luck
Sree Received on Sun Jan 05 1997 - 00:00:00 CST

Original text of this message

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