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

Re: Re: Perl : DBI and Oracle

by steves (Curate)
on Jan 09, 2003 at 19:47 UTC ( [id://225625]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl : DBI and Oracle
in thread Perl : DBI and Oracle

I was thinking that too (long columns or LOBs) but when I test that I get an error in addition to not getting any rows back. I don't see anything in the sample code turning off RaiseError or PrintError which, I thought, were on by default. So while a long column would do it, why no error?

At any rate, a description of the table being queried would be useful here, as well as any output.

Replies are listed 'Best First'.
Re: Re: Re: Perl : DBI and Oracle
by aennen (Acolyte) on Jan 09, 2003 at 20:23 UTC
    Figured it out, my env set for ORACLE home was wrong causing this problem.
    $ENV{"ORACLE_HOME"}="ORACLE_HOME=/oravl01/oracle/8.0.6/"; Should be $ENV{"ORACLE_HOME"}="/oravl01/oracle/8.0.6/";
    Seeing without seeing.... Thanks Alan

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 15:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found