I have a program that is calling Oracle's impdp utility to import a schema. I encounter the following errors:
ORA-14223: Deferred segment creation is not supported for this table
The tables that are failing have a column of VARRAY.
How could I turn force the creation of segments when running the impdp utility?