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: Parameters between scripts

Re: Parameters between scripts

From: Thiru <tmgn_at_excite.com>
Date: Mon, 30 Aug 1999 16:00:25 -0400
Message-ID: <37CAE2D9.B0D9B854@excite.com>


You can call the 2nd Script c002 from within c001 using @@c002
and it uses the Same value for the parameters.

I suggest putting both the SQL Scripts within a Shell Script with appropriate Initialiasation of Variables ..

-Thiru

Jorge wrote:

> Hi, here, the problem:
> I want to pass parameters between scripts ex:
> bat call 2 scrips c001 and c002 .sql
> c001 script request var1 and I use this varible in c002 but I
> don't want to request it again....
> Thanks
Received on Mon Aug 30 1999 - 15:00:25 CDT

Original text of this message

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