Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> passing variable from sqlplus to korn scripts ..
Hi guys
goin thru a brain freeze here .. ur help appreciated in advance here is the deal ...
#!/bin/ksh
#
..
.. ksh code
.. ksh code
.. ksh code
..
$ORACLE_HOME/bin/sqlplus -s / <<__EOF1
declare
bdump varchar2(1000);
begin
select value into bdump from v$parameter where name ='background_dump_dest';
.. ksh code
.. ksh code
Received on Wed Sep 13 2000 - 17:01:12 CDT
![]() |
![]() |