How to fix the Oracle error SQL*Loader-00620: Initial enclosure character not found?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00620: Initial enclosure character not found with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00620: Initial enclosure character not found
Reason for the Error SQL*Loader-00620: Initial enclosure character not found
A mandatory initial enclosure delimiter was not present. Either it is missing on the current field or the previous field is missing an identical closing delimiter.
How to fix the Error SQL*Loader-00620: Initial enclosure character not found ?
You can fix this error in Oracle by following the below steps
Supply the missing delimiters.
Leave Your Comment