sqlloader problem [message #69712] |
Sat, 23 February 2002 12:36 |
malika
Messages: 3 Registered: February 2002
|
Junior Member |
|
|
Hi ,
I am unable to use the sqlldr command.I get the below error..Is there a solution? I tried to give the entire path name of the control file ,yet , it does'nt work.
SQL*Loader-500: Unable to open file (demoemp.ctl)
SQL*Loader-553: file not found
SQL*Loader-509: System error: The system cannot find the file specified.
Thanks
|
|
|
Re: sqlloader problem [message #69714 is a reply to message #69712] |
Sun, 24 February 2002 21:18 |
Anand
Messages: 161 Registered: August 1999
|
Senior Member |
|
|
Few thing are required .
1.Check your location of your file as follow:
c:> sqlldr userid=system/manager control=c:demoemp.ctl
2.You might also make sure the CTL file is closed.
Hope this helps
Anand
|
|
|