in reply to Re: Re: How can I invoke SQLPLUS within a perl script?
in thread How can I invoke SQLPLUS within a perl script?
then plug $command into the above described functionsmy $command= <<COMMAND; sqlplus / username/password @runthisfile.sql COMMAND
|
|---|