How to fix the Oracle error SQL*Loader-00564: illegal hexadecimal literal specified for record delimiter?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00564: illegal hexadecimal literal specified for record delimiter with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00564: illegal hexadecimal literal specified for record delimiter
Reason for the Error SQL*Loader-00564: illegal hexadecimal literal specified for record delimiter
A hexadecimal literal that contains the record delimiter for the file does not contain a valid hexadecimal string.
How to fix the Error SQL*Loader-00564: illegal hexadecimal literal specified for record delimiter ?
You can fix this error in Oracle by following the below steps
Verify that the correct hexadecimal value was specified in the processing options for the file.
Leave Your Comment