Impdp of temporary table fails with ORA-02195: Attempt to create TEMPORARY object in a NON-TEMPORARY tablespace while remapping system tablespace to another.
(Doc ID 1493317.1)
Last updated on MAY 17, 2021
Applies to:
Oracle Database - Standard Edition - Version 10.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
When importing a dump file containing global temporary tables, and using the REMAP_TABLESPACE option, IMPDP fails with:
ORA-39083: Object type TABLE:"<SCHEMA_NAME>"."<TABLE_NAME>" failed to create with error:
ORA-02195: Attempt to create TEMPORARY object in a NON-TEMPORARY tablespace
Failing sql is:
CREATE GLOBAL TEMPORARY TABLE "<SCHEMA_NAME>"."<TABLE_NAME>" ("<COLUMN_NAME>" NUMBER) ON COMMIT DELETE ROWS TABLESPACE "<TABLESPACE_NAME>"
Job "<LOGIN_SCHEMA>"."SYS_IMPORT_TABLE_01" completed with 1 error(s) at 14:10:36
ORA-02195: Attempt to create TEMPORARY object in a NON-TEMPORARY tablespace
Failing sql is:
CREATE GLOBAL TEMPORARY TABLE "<SCHEMA_NAME>"."<TABLE_NAME>" ("<COLUMN_NAME>" NUMBER) ON COMMIT DELETE ROWS TABLESPACE "<TABLESPACE_NAME>"
Job "<LOGIN_SCHEMA>"."SYS_IMPORT_TABLE_01" completed with 1 error(s) at 14:10:36
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 |