ORA-00600: [kupfiWriteLob_1], [] During Expdp For Schema Objects
(Doc ID 1982596.1)
Last updated on MARCH 27, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.5.0 to 11.2.0.2 [Release 10.2 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud 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
Information in this document applies to any platform.
Symptoms
NOTE: The document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
When attempting to use Datapump to export using these parameters:
USERID=*****/****
DIRECTORY=DWLOAD1_loc
LOGFILE=DWLOAD1.log
dumpfile=DWLOAD1_%U.dmp
PARALLEL=16
STATUS=3600
SCHEMAS=DWLOAD1,NCAPP,HMA_MHS_MNJ,CARE_PLNR,OPTUMEDM
flashback_Scn=233304427855
exclude=function,package
DIRECTORY=DWLOAD1_loc
LOGFILE=DWLOAD1.log
dumpfile=DWLOAD1_%U.dmp
PARALLEL=16
STATUS=3600
SCHEMAS=DWLOAD1,NCAPP,HMA_MHS_MNJ,CARE_PLNR,OPTUMEDM
flashback_Scn=233304427855
exclude=function,package
this fails with the following error
ORA-00600: internal error code, arguments: [kupfiWriteLob_1], [], [], [], [], [], [], []
The trace file shows current sql, pl/sql stack and call stack like below:
Current SQL statement for this session:
BEGIN
SYS.KUPW$WORKER.MAIN('SYS_EXPORT_SCHEMA_09', 'UHCDBA');
END;
----- PL/SQL Call Stack -----
object line object
handle number name
700000e68bbb3f0 823 package body SYS.KUPF$FILE_INT
700000e62f09450 6347 package body SYS.KUPF$FILE
700000e68bb47c8 2227 package body SYS.KUPW$WORKER
700000e68bb47c8 7036 package body SYS.KUPW$WORKER
700000e68bb47c8 1340 package body SYS.KUPW$WORKER
700000e1ec29a38 2 anonymous block
----- Call Stack Trace -----
... kupfxWriteLob spefcmpa spefmccallstd pextproc peftrusted psdexsp rpiswu2 psdextp pefccal pefcal pevm_FCAL pfrinstr_FCAL pfrrun_no_tool pfrrun plsql_run ...
BEGIN
SYS.KUPW$WORKER.MAIN('SYS_EXPORT_SCHEMA_09', 'UHCDBA');
END;
----- PL/SQL Call Stack -----
object line object
handle number name
700000e68bbb3f0 823 package body SYS.KUPF$FILE_INT
700000e62f09450 6347 package body SYS.KUPF$FILE
700000e68bb47c8 2227 package body SYS.KUPW$WORKER
700000e68bb47c8 7036 package body SYS.KUPW$WORKER
700000e68bb47c8 1340 package body SYS.KUPW$WORKER
700000e1ec29a38 2 anonymous block
----- Call Stack Trace -----
... kupfxWriteLob spefcmpa spefmccallstd pextproc peftrusted psdexsp rpiswu2 psdextp pefccal pefcal pevm_FCAL pfrinstr_FCAL pfrrun_no_tool pfrrun plsql_run ...
Changes
NONE
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 |