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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bad decimal character in loading a flat file into an Oracle table

Status
Not open for further replies.

pazou

Technical User
Feb 4, 2005
6
FR
Hi all,

I am trying to load an Oracle table from a flat file via SQLLDR (Sql*Loader).
The decimal character used in the flat file is "." and the decimal character in the database is ",".

The loading failed because of the invalid format in the flat file.

How to proceed?

Thanks in advance for your help.

Pazou

 
You may change your NLS_NUMERIC_CHARACTERS environment variable. The issue is not that your database uses ",", but rather that your Oracle client (due to NLS_LANG) does this.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top