Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: oracle temp table does not exist

by erix (Prior)
on Nov 30, 2021 at 05:04 UTC ( [id://11139258]=note: print w/replies, xml ) Need Help??


in reply to oracle temp table does not exist

What oracle version?

Does the same SQL work when given directly to the server (via SQLplus, for example)?

Catch perl errors, DB errors; what do they say? (your code checks some but not all)

(after the connect line, perhaps insert:

$dbh->{RaiseError} = 1;
to have db errors thrown in your face immediately)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11139258]
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-25 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found