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: Passing parameter(data) to trigger

Re: Passing parameter(data) to trigger

From: Kel Bahi <_at_yahoo.com>
Date: Tue, 22 Feb 2000 07:13:12 GMT
Message-ID: <38B23714.D135269D@yahoo.com>


you can use package sesson variables, by setting an appropriate value in the fuction foo.

/Kel

jeanch_at_my-deja.com wrote:

> folks,
>
> I don't know if this is doable; I am looking for a way
> of passing data to a trigger so the trigger could use it in its logic;
>
> ...
> foo(x in integer)
>
> begin
> ...
> insert into tab values(y,z);
> /* in a trigger fired off at insert into tab
> we want to use x value to do some processing */
> end;
>
> Any thoughts on this
> Cheers
> JC
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Feb 22 2000 - 01:13:12 CST

Original text of this message

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