Help for this page

Select Code to Download


  1. or download this
    DBD::Oracle::db disconnect failed: ORA-03113: end-of-file on communica
    +tion channel
    
  2. or download this
    use utf8;
    use strict;
    ...
    $dbh->disconnect or warn "Disconnection failed: $DBI::errstr\n";
    sleep(5);
    
  3. or download this
    -- Find the table number(s) that have the codes you wish to decode
    SELECT table_number
    ...
       AND global_section_name LIKE ?
     ORDER BY global_section_name
    
  4. or download this
    -- List all the codes
    SELECT table_number
    ...
     WHERE table_number IN (LIST_OF_LOV_TABLE_NUMBERS:?)
     ORDER BY table_number, note
    
  5. or download this
    DWAPRD =
    (DESCRIPTION_LIST=
    ...
                    )
    )