Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

impdump fails with ORA-06512: at "SYS.KUPW$WORKER", line 6345

839388Jul 1 2011 — edited Jul 1 2011
Hi All,
We are trying to import a data from PROD to test using datapump utility.
Its is failing with the below error.

Import: Release 10.2.0.4.0 - 64bit Production on Friday, 01 July, 2011 11:32:12

Copyright (c) 2003, 2007, Oracle. All rights reserved.
;;;
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Master table "SYS"."SYS_IMPORT_SCHEMA_02" successfully loaded/unloaded
Starting "SYS"."SYS_IMPORT_SCHEMA_02": /******** AS SYSDBA remap_tablespace=FCATDB:USERS SCHEMAS=FCATDB:FCATDB directory=EXPDP_DIR dumpfile=expdp_fcatdb.dmp logfile=probin1.log
Processing object type SCHEMA_EXPORT/USER
ORA-39083: Object type USER failed to create with error:
ORA-02380: profile BOB does not exist
Failing sql is:
CREATE USER "FCATDB" IDENTIFIED BY VALUES '57433E901EB2CA43' DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE "TEMP" PROFILE "BOB"
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
ORA-39083: Object type SYSTEM_GRANT failed to create with error:
ORA-01917: user or role 'FCATDB' does not exist
Failing sql is:
GRANT SELECT ANY SEQUENCE TO "FCATDB"
ORA-39083: Object type SYSTEM_GRANT failed to create with error:
ORA-01917: user or role 'FCATDB' does not exist
Failing sql is:
GRANT CREATE SYNONYM TO "FCATDB"
ORA-39083: Object type SYSTEM_GRANT failed to create with error:
ORA-01917: user or role 'FCATDB' does not exist
Failing sql is:
GRANT SELECT ANY TABLE TO "FCATDB"
ORA-39083: Object type SYSTEM_GRANT failed to create with error:
ORA-01917: user or role 'FCATDB' does not exist
Failing sql is:
GRANT UNLIMITED TABLESPACE TO "FCATDB"
Processing object type SCHEMA_EXPORT/ROLE_GRANT
ORA-39083: Object type ROLE_GRANT failed to create with error:
ORA-01917: user or role 'FCATDB' does not exist
Failing sql is:
GRANT "CONNECT" TO "FCATDB"
ORA-39083: Object type ROLE_GRANT failed to create with error:
ORA-01917: user or role 'FCATDB' does not exist
Failing sql is:
GRANT "RESOURCE" TO "FCATDB"
ORA-39083: Object type ROLE_GRANT failed to create with error:
ORA-01917: user or role 'FCATDB' does not exist
Failing sql is:
GRANT "DBA" TO "FCATDB"
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
ORA-39083: Object type DEFAULT_ROLE failed to create with error:
ORA-01918: user 'FCATDB' does not exist
Failing sql is:
ALTER USER "FCATDB" DEFAULT ROLE ALL
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
ORA-39083: Object type PROCACT_SCHEMA failed to create with error:
ORA-31625: Schema FCATDB is needed to import this object, but is unaccessible
ORA-01435: user does not exist
Failing sql is:
BEGIN
sys.dbms_logrep_imp.instantiate_schema(schema_name=>SYS_CONTEXT('USERENV','CURRENT_SCHEMA'), export_db_name=>'BOBL_PRO', inst_scn=>'71243687320');COMMIT; END;

Processing object type SCHEMA_EXPORT/SYNONYM/SYNONYM
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_ACPKS_MISC" FOR "BOB"."ACPKS_MISC"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_ACTBS_ACCBAL_HISTORY" FOR "ACTBS_ACCBAL_HISTORY"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_ACTBS_ACCSTATS_PTD" FOR "ACTBS_ACCSTATS_PTD"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_ACVWS_ALL_AC_ENTRIES" FOR "ACVWS_ALL_AC_ENTRIES"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_BCTBS_CONTRACT_PARTIES" FOR "BCTBS_CONTRACT_PARTIES"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_BCTB_CONTRACT_MASTER" FOR "BCTB_CONTRACT_MASTER"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_BCTMS_DOCS_MASTER" FOR "BCTMS_DOCS_MASTER"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_BCTM_PRODUCT_MASTER" FOR "BCTM_PRODUCT_MASTER"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_BCVW_REPORTS" FOR "BCVW_REPORTS"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CATMS_CHECK_BOOK" FOR "CATMS_CHECK_BOOK"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTBS_CONTRACT_CHARGES" FOR "CFTBS_CONTRACT_CHARGES"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTBS_CONTRACT_INTEREST" FOR "CFTBS_CONTRACT_INTEREST"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTMS_FLOAT_RATE_DETAIL" FOR "CFTMS_FLOAT_RATE_DETAIL"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTMS_FLOAT_RATE_MASTER" FOR "CFTMS_FLOAT_RATE_MASTER"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTMS_PRODUCT_CHARGE" FOR "CFTMS_PRODUCT_CHARGE"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTMS_PRODUCT_ICCF" FOR "CFTMS_PRODUCT_ICCF"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTMS_PRODUCT_INTEREST" FOR "CFTMS_PRODUCT_INTEREST"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTMS_RATE_CODE" FOR "CFTMS_RATE_CODE"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CFTM_RATE_CODE" FOR "CFTM_RATE_CODE"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CHKHOL_AND_GET_NEXTWDAY" FOR "FN_CHKHOL_AND_GET_NEXTWDAY"@"FCATFCLINK.REGRESS.RDBMS.DEV.US.ORACLE.COM"
ORA-39083: Object type SYNONYM failed to create with error:
ORA-01917: user or role '' does not exist
Failing sql is:
CREATE SYNONYM "FCATDB"."FCC_CLTBS_ACCOUNT_MASTER" FOR "CLTBS_ACCOUNT_M

----------------------------------------------------------------
-----------------------------------------------------------------
----------------------------------------------


Processing object type SCHEMA_EXPORT/TABLE/COMMENT
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."ADMINTXNUNAUTHDATA" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."ADMINTXNUNAUTHDATA" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."ADMINTXNUNAUTHDATA" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."ADMINTXNUNAUTHDATA_HISTORY" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."ADMINTXNUNAUTHDATA_HISTORY" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."ADMINTXNUNAUTHDATA_HISTORY" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."DAILYTXNAMT" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."FCATFLEXMLAUDITLOG" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTALERTNOTIFIER" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTALERTNOTIFIER" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTALERTNOTIFIER" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTAPPSEQUENCE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTINITAUTHTYPES" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTPERSONALCUST" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."MSTTXN" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."TXN_TEMP_MSTCORPORATE" creation failed
ORA-39112: Dependent object type COMMENT skipped, base object type TABLE:"FCATDB"."TXN_TEMP_MSTCORPORATE" creation failed
Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDL [FUNCTION:"FCATDB"."FN_CHKHOL_AND_GET_NEXTWDAY"]
ORA-44001: invalid schema
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPW$WORKER", line 6345
----- PL/SQL Call Stack -----
object line object
handle number name
c000000224567298 15032 package body SYS.KUPW$WORKER
c000000224567298 6372 package body SYS.KUPW$WORKER
c000000224567298 12800 package body SYS.KUPW$WORKER
c000000224567298 12080 package body SYS.KUPW$WORKER
c000000224567298 3346 package body SYS.KUPW$WORKER
c000000224567298 6972 package body SYS.KUPW$WORKER
c000000224567298 1314 package body SYS.KUPW$WORKER
c00000022c7210b8 2 anonymous block
Job "SYS"."SYS_IMPORT_SCHEMA_02" stopped due to fatal error at 11:32:41

Please help me on this.

Db version : 10.2.0.4
Os : HP-UX.

Thanks and Regards,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2011
Added on Jul 1 2011
3 comments
1,782 views