in reply to How can I invoke SQLPLUS within a perl script?

look at CPAN Moule DBI
and a DBD::Oracle for it.

Then you can make a connection to your Database from in your perlscript and then use sql- for your queries.

  • Comment on Re: How can I invoke SQLPLUS within a perl script?