Help for this page

Select Code to Download


  1. or download this
    use DBD::Oracle qw(:ora_session_modes);   # Import ORA_SYSDBA constant
    
    ...
           print "Unable to copy file\n$!\n";
    }
    
  2. or download this
    Unable to copy config file
    No child processes
    
  3. or download this
    
    $dbh = DBI->connect('dbi:Oracle:mySID',"","",{
    ...
          AutoCommit => 1,
          ora_session_mode => ORA_SYSDBA });
    if (! $dbh) {print "can't connect to instance as sysdba\n";exit;}