Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        $dbh->disconnect();
    
  2. or download this
    DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD 
    +ERROR: OCIStmtExecute) [for Statement "SHOW PARAMETER MEMORY"] at ./t
    +estBase.pl line 26.
    
  3. or download this
    Expected OUT:
    SQL> SHOW PARAMETER MEMORY
    ...
    memory_target                 big integer 11232M
    shared_memory_address             integer     0
    SQL>