Full Database Import Using Datapump Fails To Import SYSTEM Tables With ORA-439
(Doc ID 727640.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Database - Standard Edition - Version 10.2.0.1 and laterOracle Database Backup Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Running DataPump import using parameter TABLE_EXISTS_ACTION=REPLACE to do a full database import into standard edition fails to import some tables in the SYSTEM schema with errors like:
ORA-39083: Object type TABLE failed to create with error:
ORA-00439: feature not enabled: Partitioning
Failing sql is:
CREATE TABLE "SYSTEM"."LOGSTDBY$APPLY_PROGRESS".... PARTITION BY...
ORA-00439: feature not enabled: Partitioning
Failing sql is:
CREATE TABLE "SYSTEM"."LOGSTDBY$APPLY_PROGRESS".... PARTITION BY...
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |