Using the dbload utility with collection data types
You can use the dbload utility with collection data
types such as SET, LIST, and MULTISET.
SET data type example
The SET data type is an unordered collection type that
stores unique elements. The number of elements in a SET data type
can vary, but no nulls are allowed.
LIST data type example
The LIST data type is a collection type that stores ordered,
non-unique elements; that is, it allows duplicate element values.