Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    BEGIN {
    ...
    $dbh = DBI->connect('dbi:Oracle:', 'user', 'pass') || die $!;
    $dbh->do("select 1 from dual");
    $dbh->disconnect;
    
  2. or download this
    Installed Oracle Net Tranport Protocols are:
    
        IPC
    ...
        BEQueath
        SSL
        RAW