How to fix the Oracle error SQL*Loader-00647: Integer to number conversion error?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00647: Integer to number conversion error with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00647: Integer to number conversion error
Reason for the Error SQL*Loader-00647: Integer to number conversion error
An error occurred while attempting to convert an integer to an Oracle number format.
How to fix the Error SQL*Loader-00647: Integer to number conversion error ?
You can fix this error in Oracle by following the below steps
Verify that the integer field in the data file is a valid integer. If the INTEGER(N) syntax was used, then verify that the length specified is valid.
Leave Your Comment