How to fix the Oracle error SQL*Loader-00458: Comparison text (‘string’) of CONTINUEIF LAST must be non-whitespace?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00458: Comparison text (‘string’) of CONTINUEIF LAST must be non-whitespace with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00458: Comparison text (‘string’) of CONTINUEIF LAST must be non-whitespace
Reason for the Error SQL*Loader-00458: Comparison text (‘string’) of CONTINUEIF LAST must be non-whitespace
The comparison text is a whitespace character (blank or tab).
How to fix the Error SQL*Loader-00458: Comparison text (‘string’) of CONTINUEIF LAST must be non-whitespace ?
You can fix this error in Oracle by following the below steps
Change the comparison text to a non-whitespace character.
Leave Your Comment