Bob Showalter <[EMAIL PROTECTED]> wrote:
> jason corbett wrote:
> > What would I need to call SQL Plus into action for PERL?
>
> If you just need to execute SQL statements, use the DBI module
> and talk directly to the database.
>
> If you need to run existing sqlplus reports, use any of the
> s
jason corbett wrote:
> What would I need to call SQL Plus into action for PERL?
If you just need to execute SQL statements, use the DBI module and talk
directly to the database.
If you need to run existing sqlplus reports, use any of the standard
facilities like system(), backticks, pipe open, fo