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: Using :new and :old as parameters to Stored Proc

Re: Using :new and :old as parameters to Stored Proc

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: Tue, 23 Mar 1999 19:52:40 +0100
Message-ID: <36f7e2fa$0$25396@pascal>


Øyvind Pedersen
> StoredProc(:new);
>
> This seems not to be allowed

Correct, you cannot do it. :New and :old are not really bind variables, but are somehow handled at compile time. You cannot use them in any other way then just :new.comn_name etc.

Arjan. Received on Tue Mar 23 1999 - 12:52:40 CST

Original text of this message

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