Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl
    use strict;
    ...
    
    $dbh->disconnect;
    
  2. or download this
    create or replace procedure drop_user_table (in_table IN varchar2) aut
    +hid current_user
    IS
    ...
    end if;
    END;
    
  3. or download this
    DBD::Oracle::st execute failed: ORA-06550: line 4, column 5:
    PLS-00306: wrong number or types of arguments in call to 'DROP_USER_TA
    +BLE'
    ...
            END;
        ')