RE: SQL PLUS

2004-06-11 Thread Jeff Westman
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

RE: SQL PLUS

2004-06-11 Thread Bob Showalter
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