Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Help with sql*loader

by Starky (Chaplain)
on May 15, 2008 at 14:36 UTC ( [id://686739]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Help with sql*loader
in thread Help with sql*loader

This looks suspiciously like a problem with environment variables to me as well. It's been a while since I've used Oracle, so forgive me if I'm a little fuzzy on details. But I'd suggest you check not only ORACLE_HOME, but (where appropriate)
  • LD_LIBRARY_PATH,
  • TNS_ADMIN, which points to TNSNAMES.ORA (this one consistently gave me grief for some reason), and
  • TWO_TASK
Take a look at this page for summary information on other Oracle environment variables.

I'd also suggest double checking %ENV from within your code to be 100% sure you are setting the environment variables correctly and double checking that TNSNAMES.ORA, library files, and the other files the environment variables are targeting are where you expect them to be based on the environment variables.

Hope this helps :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-24 08:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found