sql loader can not find the control file
561854Feb 14 2008 — edited Feb 15 2008I'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