Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL*Loader-503: error appending extension to file name?

Status
Not open for further replies.

wellster34

Programmer
Joined
Sep 4, 2001
Messages
113
Location
CA
Hi,

Does anyone know the reasoning/solution for the following SQL*Loader Error 503:


SQL*Loader-503: error appending extension to file name

Cause: SQL*Loader could not append the default extension to create the filename. The given name could be too long or contain illegal characters.

Action: Check the specified filename.

Please note that we just upgraded our Oracle Database in our test environment from 7.3.4 to 8.1.7. The before test was fine and now for the after testing, I'm getting this error? Does anyone know what it means or a possible solution?

Also, I got the following addition information which means nothing to me...

Additional information: 7217

Thanks
 
Hi,Please post your Control file and specify what command line parameters you used..

Thanks,
[profile]

 
Found out that on the 8.1.7 database I was attempting to run SQL*Loader with the old 7.3.4 environment variables.

It must have caused a conflict so that is why the error was raised.

I have run my SQL*Loader successfully using the 8.1.7 version!

Thanks for responding.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top