Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: DBI, DBD::Oracle, Inconsistent Fetch Failures

by poj (Abbot)
on Feb 15, 2020 at 16:14 UTC ( [id://11112990]=note: print w/replies, xml ) Need Help??


in reply to RESOLVED - DBI, DBD::Oracle, Inconsistent Fetch Failures

thoughts that may help me?

Take a look at Data Types for Column Binding, maybe something there is relevant.

poj
  • Comment on Re: DBI, DBD::Oracle, Inconsistent Fetch Failures

Replies are listed 'Best First'.
Re^2: DBI, DBD::Oracle, Inconsistent Fetch Failures
by perldigious (Priest) on Feb 17, 2020 at 14:30 UTC

    I had high hopes, but it doesn't seem to resolve the issue. I tried a few different types, but when I'm mirroring what the other tool (Alation) is telling me these things are I tried...

    # pepare and execute 'prepack_candidates.sql' print "Preparing 'prepack_candidates.sql'...\n"; my $sth1 = $dbh->prepare($candidates_sql) or die; $sth1->bind_col(1, undef, ORA_VARCHAR2(50)); $sth1->bind_col(2, undef, ORA_NUMBER(10)); $sth1->bind_col(3, undef, ORA_NUMBER(10)); print "Executing 'prepack_candidates.sql'...\n"; $sth1->execute() or die;

    My DBAs are submitting a ticket with Oracle, but they warned me not to expect too much. :-/

    Well, it's looking more and more like I'm just going to tuck my tail in between my legs and go back to the good ol' dumping gigantic text and/or xlsx files to read in via Perl. Pending not finding an actual root cause and solution, maybe eventually I'll get extra creative in the hack style workaround and figure out how to send one of the other tools the query that I have Perl modify as needed based on results of subsequent queries.

    Just another Perl hooker - My clients appreciate that I keep my code clean but my comments dirty.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-19 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found