DataPump Import (IMPDP) Fails With Errors ORA-39083 ORA-23403 During Create Refresh Group With REMAP_SCHEMA
(Doc ID 1457927.1)
Last updated on NOVEMBER 08, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
During importing the schema from source (APEX) to targt (APEX_GOLD) using REMAP_SCHEMA=APEX:APEX_GOLD you get the below errors:
ORA-39083: Object type REFRESH_GROUP failed to create with error:
ORA-23403: refresh group "APEX"."AUTHORIZATION" already exists
Failing sql is:
BEGIN
dbms_refresh.make('"APEX"."AUTHORIZATION"',list=>null,next_date=>null,interval
=>null,implicit_destroy=>TRUE,lax=>FALSE,job=>144,rollback_seg=>NULL,pus
h_deferred_rpc=>TRUE,refresh_after_errors=>FALSE,purge_option =>
1,parallelism => 0,heap_size => 0);
dbms_refresh.add(name=>'"APEX"."AUTHORIZATION"',list=>'"APEX"."AUTHORIZATION"'
,siteid=>0,export_db=>'RDCPCP
ORA-23403: refresh group "APEX"."AUTHORIZATION" already exists
Failing sql is:
BEGIN
dbms_refresh.make('"APEX"."AUTHORIZATION"',list=>null,next_date=>null,interval
=>null,implicit_destroy=>TRUE,lax=>FALSE,job=>144,rollback_seg=>NULL,pus
h_deferred_rpc=>TRUE,refresh_after_errors=>FALSE,purge_option =>
1,parallelism => 0,heap_size => 0);
dbms_refresh.add(name=>'"APEX"."AUTHORIZATION"',list=>'"APEX"."AUTHORIZATION"'
,siteid=>0,export_db=>'RDCPCP
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 |