sqlldr always call the old ctl file
slsam01Jun 4 2010 — edited Jun 4 2010Hello,
I ran sql loader utility using the following command (the actual username@server/password is not provided here):
sqlldr username@server/password control=test01.ctl
After the first run, I updated the control file and ran again, it still executed the old version of the control file. Even if I changed the file name to test02.ctl, and ran it using the following command, it still executed the old version of the control file:
sqlldr username@server/password control=test02.ctl
I used Unix. Even if I logged off and logged in again, it wass the same.
Can someone throw some light?
Thanks