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 -> Combine Unix variable with Oracle variable

Combine Unix variable with Oracle variable

From: aman.oracle.dba <aman.oracle.dba_at_gmail.com>
Date: 15 Jun 2006 10:06:25 -0700
Message-ID: <1150391185.245927.325330@y41g2000cwy.googlegroups.com>


Hello DBAs,

Please tell how to send any bind variable value to unix variable. Example
in unix

$a=10
$sqlplus "/ as sysdba"

sql>variable b number:=10;

Now I want to compare b and a in shell scripting and in one pl code also but how is it possible.Please help..........

Thank You Received on Thu Jun 15 2006 - 12:06:25 CDT

Original text of this message

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