Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect($dsn, "", "", { ora_session_mode => ORA_SYSDBA 
    +});
    
  2. or download this
    my $dbh = DBI->connect($dsn, "system", $sysdba_password, { ora_session
    +_mode => ORA_SYSDBA });