Oracle Error SQL*Loader-00488: string not a named collection type for filler field string

Oracle Error Message

SQL*Loader-00488: string not a named collection type for filler field string

Reason for the Error

The FILLER option was specified for a VARRAY or NESTED TABLE field in the SQL Loader control file. However, the type name specified for the field is not the name of a VARRAY or NESTED TABLE type.

Solution

Verify that the correct type name was specified. If the type is defined in a different schema, also verify that the correct schema name is specified.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...