How to fix the Oracle error SQL*Loader-00436: error converting GUID?

In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00436: error converting GUID with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

SQL*Loader-00436: error converting GUID

Reason for the Error SQL*Loader-00436: error converting GUID

The value of the field named in the message is used to populate the column named in the messsage. Because column is a Set ID or an Object ID, the field needs to be converted. This message indicates that there was a conversion error. If the field is a character field, then the conversion error could be caused by too many or too few haxeadecimal charactersI. Also, one or more of the characters in the field might not be a valid hexadecimal character. If the field contains RAW data, then either too many or to few bytes were specified for the field.

How to fix the Error SQL*Loader-00436: error converting GUID ?

You can fix this error in Oracle by following the below steps

Fix the data and reload the row.

Tags :

Leave Your Comment