I'm having a hard time configuring Sqlldr with Windows 7.
- The Oracle client was previously installed by our support team.
- There were no registry settings, but Sqlplus, Toad, and Plsql Developer all worked.
- I copied Sqlldr from another server and put it in the bin directory of my localhost.
- In my environmental variables, I defined Oracle_Home, LD_LIBARY_PATH, and ORACLE_SID.
Now, whether I call the program by the command line or ETL tool, I get:
ERROR>Message 2100 not found;
No message file for product=RDBMS, facility=ULMessage 2100 not found;
No message file for product=RDBMS, facility=UL
What gives?
P.s. It's not a path issue because I can run sqlldr on the command line (with the error)