IMPDP - ORA-23327 (does Not Match GLOBAL NAME) On PRE_TABLE_ACTION
(Doc ID 1568721.1)
Last updated on SEPTEMBER 05, 2023
Applies to:
Oracle Cloud Infrastructure - Database Service - Version N/A and laterOracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
NOTE: In the images and/or the document content below, the user information and data used represents fictitious data. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
Symptoms
You exported a table from the SYSTEM schema:
% expdp system/<PASSWORD> DIRECTORY=<DIRECTORY_NAME> DUMPFILE=<DUMP_NAME>.dmp LOGFILE=<LOG_NAME>.log TABLES=mytab
Export: Release 11.2.0.3.0 - Production on Tue Jul 23 10:35:33 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SYSTEM"."SYS_EXPORT_TABLE_01": system/******** DIRECTORY=<DIRECTORY_NAME> DUMPFILE=<DUMP_NAME>.dmp LOGFILE=<LOG_NAME>.log TABLES=mytab
Estimate in progress using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 64 KB
Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/PRE_TABLE_ACTION
. . exported "SYSTEM"."MYTAB" 5.421 KB 2 rows
Master table "SYSTEM"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
******************************************************************************
Dump file set for SYSTEM.SYS_EXPORT_TABLE_01 is:
<PATH>/<DUMP_NAME>.dmp
Job "SYSTEM"."SYS_EXPORT_TABLE_01" successfully completed at 10:35:51
Export: Release 11.2.0.3.0 - Production on Tue Jul 23 10:35:33 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SYSTEM"."SYS_EXPORT_TABLE_01": system/******** DIRECTORY=<DIRECTORY_NAME> DUMPFILE=<DUMP_NAME>.dmp LOGFILE=<LOG_NAME>.log TABLES=mytab
Estimate in progress using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 64 KB
Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/PRE_TABLE_ACTION
. . exported "SYSTEM"."MYTAB" 5.421 KB 2 rows
Master table "SYSTEM"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
******************************************************************************
Dump file set for SYSTEM.SYS_EXPORT_TABLE_01 is:
<PATH>/<DUMP_NAME>.dmp
Job "SYSTEM"."SYS_EXPORT_TABLE_01" successfully completed at 10:35:51
When attempting to import the table from this table-level Export Data Pump dumpfile from the user SYSTEM, into a different database, the following error occurs:
% impdp system/<PASSWORD> DIRECTORY=<DIRECTORY_NAME> DUMPFILE=<DUMP_NAME>.dmp LOGFILE=<LOG_NAME>.log FULL=y
Import: Release 11.2.0.3.0 - Production on Tue Jul 23 13:35:33 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** DIRECTORY=<DIRECTORY_NAME> DUMPFILE=<DUMP_NAME>.dmp LOGFILE=<LOG_NAME>.log FULL=y
Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/PRE_TABLE_ACTION
ORA-39083: Object type PRE_TABLE_ACTION failed to create with error:
ORA-23327: imported deferred rpc data does not match GLOBAL NAME of importing db
Failing sql is:
BEGIN
SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('<GLOBAL_NAME>','<NAME>');
END;
...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
. . imported "SYSTEM"."MYTAB" 5.421 KB 2 rows
Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 6 error(s) at 13:35:36
Import: Release 11.2.0.3.0 - Production on Tue Jul 23 13:35:33 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** DIRECTORY=<DIRECTORY_NAME> DUMPFILE=<DUMP_NAME>.dmp LOGFILE=<LOG_NAME>.log FULL=y
Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/PRE_TABLE_ACTION
ORA-39083: Object type PRE_TABLE_ACTION failed to create with error:
ORA-23327: imported deferred rpc data does not match GLOBAL NAME of importing db
Failing sql is:
BEGIN
SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('<GLOBAL_NAME>','<NAME>');
END;
...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
. . imported "SYSTEM"."MYTAB" 5.421 KB 2 rows
Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 6 error(s) at 13:35: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 |