Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

RESOLVED - DBI, DBD::Oracle, Inconsistent Fetch Failures

by perldigious (Priest)
on Feb 14, 2020 at 22:54 UTC ( [id://11112980]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $row_counter++;
    }
    print "----------\n";
    
  2. or download this
    SELECT * FROM (
        SELECT pd.report_part_nbr,
    ...
         GROUP BY pd.report_part_nbr, idf.shipped_qty
         ORDER BY count_at_qty DESC
    ) WHERE ROWNUM <= 10000
    
  3. or download this
    1   <> FETCH= ( [ 'REPORT_PART_NBR' 'SHIPPED_QTY' 'COUNT_AT_QTY' ] ) [
    +1 items] ('NAME' from cache) at prepack_data.pl line 123
    1   -> fetch for DBD::Oracle::st (DBI::st=HASH(0x3709260)~INNER) thr#2
    +7c6fe8
    ...
    Process ID: 60709
    Session ID: 2715 Serial number: 34376 (DBD ERROR: OCIStmtFetch)' (err#
    +0)
        <- DESTROY= ( undef ) [1 items]
    
  4. or download this
    DBI::db=HASH(0x3709188) trace level set to 0x0/4 (DBI @ 0x0/0) in DBI 
    +1.643-ithread (pid 15588)
        -> prepare for DBD::Oracle::db (DBI::db=HASH(0x3709278)~0x3709188 
    +'SELECT * FROM (
    ...
        field #1 with rc=0(OK)
        field #2 with rc=0(OK)
        field #3 with rc=0(OK)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11112980]
Approved by Paladin
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-19 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found