Oracle Error SQL*Loader-00456: end of collection found after number elements when looking for number elements

Oracle Error Message

SQL*Loader-00456: end of collection found after number elements when looking for number elements

Reason for the Error

A count value was specified for a varray or nested table column and the number of rows found is less than the number of rows specified

Solution

Verify that the count field has the correct value and that there is no missing data for the collection.