ORA-23327 while importing
Hi,
I have taken a full export of a 9.2.0.8 database on Solaris and imported it into a clean 9.2.0.8 database on windows 2003, again using the full=y parameter. During the import I received the following errors:
. importing SYSTEM's objects into SYSTEM
. . importing table "AQ$_INTERNET_AGENTS" 0 rows imported
. . importing table "AQ$_INTERNET_AGENT_PRIVS" 0 rows imported
IMP-00017: following statement failed with ORACLE error 23327:
"BEGIN SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('INST816.US.ORACLE.COM','SVR4-be-8.1.0'); END;"
IMP-00003: ORACLE error 23327 encountered
ORA-23327: imported deferred rpc data does not match platform of importing db
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
I have taken a full export of a 9.2.0.8 database on Solaris and imported it into a clean 9.2.0.8 database on windows 2003, again using the full=y parameter. During the import I received the following errors:
. importing SYSTEM's objects into SYSTEM
. . importing table "AQ$_INTERNET_AGENTS" 0 rows imported
. . importing table "AQ$_INTERNET_AGENT_PRIVS" 0 rows imported
IMP-00017: following statement failed with ORACLE error 23327:
"BEGIN SYS.DBMS_DEFER_IMPORT_INTERNAL.QUEUE_IMPORT_CHECK('INST816.US.ORACLE.COM','SVR4-be-8.1.0'); END;"
IMP-00003: ORACLE error 23327 encountered
ORA-23327: imported deferred rpc data does not match platform of importing db
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
0