ORA-39112: Dependent object type [string] skipped, base object type [string] creation failed
Cause: During a Data Pump import job, a dependent object is being skipped because its base object creation failed.
Action: If the object from the dump file is wanted, drop the base and dependent objects and try to import again using desired filters
Error Type: ORA
ORA-39083: Object type TABLE failed to create with error: ORA-00439: feature not enabled: Partitioning
you may try to import an export file that was created from an Oracle Database with the Partition Option enabled and the target database does not. In this case, you can try to create an DML file with the INDEXFILE
Data Pump option, edit the file, remove all partition DDL options, and run the file against the target database. After this, you can import the export file with the Data Pump option IGNORE=Y
to prevent creation errors.