How to fix the Oracle error SQL*Loader-00457: Comparison text of CONTINUEIF LAST must have length 1 not number?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00457: Comparison text of CONTINUEIF LAST must have length 1 not number with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00457: Comparison text of CONTINUEIF LAST must have length 1 not number
Reason for the Error SQL*Loader-00457: Comparison text of CONTINUEIF LAST must have length 1 not number
The comparison text is too long. It can only be one character.
How to fix the Error SQL*Loader-00457: Comparison text of CONTINUEIF LAST must have length 1 not number ?
You can fix this error in Oracle by following the below steps
Reduce the comparison text to one character.
Leave Your Comment