Oracle Error Message
SQL*Loader-00422: constant element count of number for column string is greater than maximum, number
Reason for the Error
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.
Solution
Increase the number of elements allowed for the type or remove unwanted elements from the data file.