Datapump Import Fails With ORA-31655 and ORA-39039
(Doc ID 473721.1)
Last updated on AUGUST 25, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 10.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Datapump Import generates the following error messages:
ORA-31655: no data or metadata objects selected for job
ORA-39039: Schema expression " IN ('<schema name>')" contains no valid schemas
Originally the Export was performed on Table Mode as follows:
DUMPFILE=
EXCLUDE=
CONTENT=
LOGFILE=
TABLES= ====> notice that export is on Table mode.
While Import is performed on Schema Mode as follows:
DUMPFILE=
TABLE_EXISTS_ACTION=
CONTENT=
LOGFILE=
SCHEMAS= ====> notice that we are trying to import on Schema level.
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 |
Cause |
Solution |