How to fix the Oracle error SQL*Loader-00419: input datatype for column string is not supported when loading varrays?

In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00419: input datatype for column string is not supported when loading varrays with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

SQL*Loader-00419: input datatype for column string is not supported when loading varrays

Reason for the Error SQL*Loader-00419: input datatype for column string is not supported when loading varrays

The datatype in the SQL*Loader control file for the column is cannot be used to load data in a varray.

How to fix the Error SQL*Loader-00419: input datatype for column string is not supported when loading varrays ?

You can fix this error in Oracle by following the below steps

Use a different datatype.

Tags :

Leave Your Comment