11.2.0.2, expdp reports an error:
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []
ORA-31642: the following SQL statement fails:
BEGIN “SYS”.”DBMS_CUBE_EXP”.SCHEMA_CALLOUT(:1,0,1,’11.02.00.00.00′); END;
ORA-06512: at “SYS.DBMS_SYS_ERROR”, line 86
ORA-06512: at “SYS.DBMS_METADATA”, line 1245
ORA-04063: package body “SYS.DBMS_CUBE_EXP” has errors
ORA-06508: PL/SQL: could not find program unit being called: “SYS.DBMS_CUBE_EXP”
ORA-06512: at “SYS.DBMS_SYS_ERROR”, line 86
ORA-06512: at “SYS.KUPW$WORKER”, line 8353
Query the oracle document ID 1328829.1, the reason is
OLAP objects remain existing in data dictionary while OLAP is not installed or was de-installed. Verify with:
connect / as sysdba
SELECT * FROM SYS.EXPPKGACT$ WHERE PACKAGE = ‘DBMS_CUBE_EXP’;
SELECT * FROM SYS.EXPPKGACT$ WHERE PACKAGE = ‘DBMS_CUBE_EXP’;
Solution:
-- backup the table SYS.EXPPKGACT$ before deleting the row SQL> CREATE TABLE SYS.EXPPKGACT$_BACKUP AS SELECT * FROM SYS.EXPPKGACT$; -- delete the DBMS_CUBE_EXP from the SYS.EXPPKGACT$ SQL> DELETE FROM SYS.EXPPKGACT$ WHERE PACKAGE = 'DBMS_CUBE_EXP' AND SCHEMA= 'SYS'; SQL> COMMIT;
Read More:
- How to Sovle expdp/impdp Data Pump Error
- How to Solve Docker failed to initialize Error
- How to Solve Error: Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]
- How to Solve Error: Type mismatch: cannot convert from Object to Car
- How to Solve install dm.xmlsec.binding Error
- How to Solve Jetpack room use error
- How to Solve Error: Heartbeating to master:7182 failed.
- How to Solve ruby rails Install Error [Windows]
- How to Solve VMware Workstation Error: This virtual machine appears to be in use.
- How to Solve svn error: WC DB
- How to Solve elasticsearch and logstash Install Error
- How to Solve [error] malformed \uxxxx encoding Error
- ads: How to Solve designguide Cannot to Open Error
- How to Solve Gazebo code 127
- R language: How to Solve DMwR Install Error
- How to Solve Doris dynamic partition table routineload Error
- How to Solve Starrocks Various Error
- MAC: How to Solve VirtualBox cannot open Issues
- How to Solve DB2 uses Limit Error
- How to Solve elk7.7.1 logstash Install Error