Oracle Error Message
SQL*Loader-00428: count for field string not stored in character or integer field
Reason for the Error
The count clause for a field references another field, but the referenced field is not a character or integer datatype.
Solution
Modify the count field so that it reference a a data field that has the count in an integere or character format.