Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sql loader can not find the control file

561854Feb 14 2008 — edited Feb 15 2008
I'm working on a Java application that runs sql loader. The application runs this command:
sqlldr control=D:/digir_client\config\loader.ctl userid=id/pwd
The application is run from D:\digir_client and loader.ctl is in D:\digir_client\config but the loader apparently can not find the control file.

The loader log contains the following:
SQL*Loader: Release 10.1.0.2.0 - Production on Thu Feb 14 17:27:59 2008

Copyright (c) 1982, 2004, Oracle. All rights reserved.

SQL*Loader-500: Unable to open file (loader.ctl)
SQL*Loader-553: file not found
SQL*Loader-509: System error: The system cannot find the file specif

I'm sure this is something simple with the path but I think I have tried every possible combination.

Can anyone give me some guidance on this?

-=beeky
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2008
Added on Feb 14 2008
2 comments
685 views