in reply to Re^3: How to handel sqlplus error in perl script.
in thread How to handel sqlplus error in perl script.
Hi, I tried what you what suggested.. I also tried the below..
open (WFH1, ">", "${basePath}/QueryResult4.txt"); run '$SQLPLUS \@${basePath}/VoucherQuery4.sql $startdate', \*WFH1;
These are not throwing any error but not able to write on the output file.. could you please extend your help? sorry for sounding dumb and confused.. :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to handel sqlplus error in perl script.
by poj (Abbot) on Dec 26, 2014 at 11:46 UTC |