Jaki1980 has asked for the wisdom of the Perl Monks concerning the following question:
the problem is after runing the script , I am not getting back to the unix prompt , I tried to put quit or exist , however , it runs the script and stays at the sql prompt. How can I make it get back to the Unix prompt so I can call another script. thanks for any advicemy $sqlsource = mySql.sql open( SQLPLUS, "|sqlplus /nolog") or die "Can't rus sqlplus\n" ; print SQLPLUS <<SQL; connect USERNAME/PASS\@INST \@$sqlsource SQL
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: database connection
by dominix (Deacon) on Jan 16, 2004 at 21:57 UTC | |
Re: database connection
by UnderMine (Friar) on Jan 16, 2004 at 22:24 UTC | |
Re: database connection
by Plankton (Vicar) on Jan 16, 2004 at 22:16 UTC | |
by Jaki1980 (Novice) on Jan 16, 2004 at 22:59 UTC | |
Re: database connection
by theguvnor (Chaplain) on Jan 16, 2004 at 22:25 UTC | |
by Jaki1980 (Novice) on Jan 16, 2004 at 22:58 UTC |