Database Error Messages

SQL*Loader-00422

constant element count of number for column string is greater than maximum, number

Cause

The number of elements specified for a varray column in a table is greater than the maximum number of elements allowed for the type of the varray column.


Action

Increase the number of elements allowed for the type or remove unwanted elements from the data file.