Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^6: Problem Running More than Two Successive (I think) Sql SELECT statements, DBI, DBD::Oracle

by perldigious (Priest)
on Feb 07, 2020 at 22:06 UTC ( [id://11112598]=note: print w/replies, xml ) Need Help??

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=
    ...
                    )
    )
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11112598]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-03-29 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found