Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE LOB_PERL_TEST ( 
      ID   NUMBER, 
    ...
        into clb;
    end;
    /
    
  2. or download this
    #!/usr/local/bin/perl
    use DBI;
    ...
         || die "Unable to connect to $dbname: $DBI::errstr\n";
      print "connected   $user/$passwd\n";
    }