Help for this page

Select Code to Download


  1. or download this
    my $sqlsource = mySql.sql
    open( SQLPLUS, "|sqlplus /nolog") or die "Can't rus sqlplus\n" ;
    ...
    connect USERNAME/PASS\@INST
    \@$sqlsource
    SQL
    
  2. or download this
    SQL> Connected.
    SQL> unable to open file "mySql.sql"