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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: another thing I used to know

RE: another thing I used to know

From: David Sharples <dsharples_at_cerebrussolutions.com>
Date: Thu, 26 Aug 2004 15:54:49 +0100
Message-ID: <EA29A3FCC723674293FD6286D3F0513E8F3CCD@louis.cerebrus.com>


Change your double quotes to single quotes, this works for us here

e.g.

EXEC fs_install.create_temp_ts('${TEMP_TS}',${TEMP_NUM_FILES},

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Paula_Stankus_at_doh.state.fl.us
Sent: 26 August 2004 15:43
To: oracle-l_at_freelists.org
Subject: RE: another thing I used to know

In a ksh script I am trying to declare and pass a variable. I thought = =3D
the syntax was ${variable name} but it is blowing up:

WRAPPER_RTN=3D3D pkg_bc32_wrapper.prc_wrapper("${MDL_CDE}",

how do I pass this as a variable from ksh to SQL?

Thanks,
Paula



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Thu Aug 26 2004 - 09:49:57 CDT

Original text of this message

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