How to fix the Oracle error SQL*Loader-00435: invalid constant value string for nested table column string?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00435: invalid constant value string for nested table column string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00435: invalid constant value string for nested table column string
Reason for the Error SQL*Loader-00435: invalid constant value string for nested table column string
A constant value was specified for the SETID of a nested table column. An error occured while translating the character constant into a SETID.
How to fix the Error SQL*Loader-00435: invalid constant value string for nested table column string ?
You can fix this error in Oracle by following the below steps
Make sure the constant string contains valid hexadecimal characters and that there are 32 hexadecimal characters.
Leave Your Comment