ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_

WBOY
풀어 주다: 2016-06-07 17:24:35
원래의
2466명이 탐색했습니다.

Oracle 11g R2的数据库间做数据impdp,在导入统计信息时,出现以下错误:查阅资料后,怀疑是11gR2的BUG。

Oracle 11g R2的数据库间做数据impdp,在导入统计信息时,出现以下错误:

查阅资料后,怀疑是11gR2的BUG。

Applies to:
Oracle Server - Standard Edition - Version: 10.1.0.3 to 11.1.0.7 - Release: 10.1 to 11.1
Information in this document applies to any platform.

DataPump Import Including Statistics Terminates With Fatal Error ORA-39126, ORA-6502, LPX-225 End-Element Tag "HIST_GRAM_LIST_ITEM" [ID 878626.1]

Symptoms

DataPump import terminates with the following errors captured in the import log:

    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS
                          [TABLE_STATISTICS]
    ORA-06502: PL/SQL: numeric or value error
    LPX-00225: end-element tag "HIST_GRAM_LIST_ITEM" does not match start-element tag
                        "EPVALUE"
    ORA-06512: at "SYS.DBMS_SYS_ERROR"
    ORA-06512: at "SYS.KUPW$WORKER"
Cause
The statistics included in the import may be malformed.
Solution

To work around this issue, repeat either the expdp task or the impdp task using the EXCLUDE=STATISTICS parameter.  After import, regenerate the statistics for the imported objects on the target database using the DBMS_STATS package.


文档中未提及11GR2,但该版本上还是存在这个BUG的。

还是使用原来的expdp文件,,在导入时,带上EXCLUDE=STATISTICS后,成功导入。

linux

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!