How to fix the Oracle error SQL*Loader-00803: string field type not supported by External Table?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00803: string field type not supported by External Table with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00803: string field type not supported by External Table
Reason for the Error SQL*Loader-00803: string field type not supported by External Table
The specified field type is not supported by External Table Load.
How to fix the Error SQL*Loader-00803: string field type not supported by External Table ?
You can fix this error in Oracle by following the below steps
Remove the specified field type or do not use External Table Load.
Leave Your Comment