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!

sqlldr always call the old ctl file

slsam01Jun 4 2010 — edited Jun 4 2010
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2010
Added on Jun 4 2010
1 comment
571 views