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 -> Parameter substitution

Parameter substitution

From: Ariel Kirson <arielk_at_exlibris.co.il>
Date: Tue, 04 Aug 1998 17:55:40 +0300
Message-ID: <35C720EC.3DEEA5D4@exlibris.co.il>


Hello all,

I am trying to call a SQL script (here-after "Inner") from within another SQL script (here-after "Outer"). My problem is with using parameters.

the "Inner" script expects to receive &1 and &2 and the "Outer" script passes two parameters as follows :

    @Inner var1 var2

When "Inner" executes, it receives the values 'Var1' and 'Var2' rather than their values.

My question is how to cause the values of Var1 and Var2 to be used by "Inner", rather than their names.

Thanks in advance,

Ariel Kirson
Ex Libris. Received on Tue Aug 04 1998 - 09:55:40 CDT

Original text of this message

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