impdpfailwithora31623

php中文网
发布: 2016-06-07 15:28:35
原创
1527人浏览过

impdp fail with ora 31623 fyi: Data Pump import and export job use queues, streams and java objects. If we see any job component is invalid (e.g. dbms_java, queue dictionary scripts not run, rdbms/admin/utlrp.sql not run) we may see the O

impdp fail with ora 31623

fyi:

Data Pump import and export job use queues, streams and java objects.

If we see any job component is invalid (e.g. dbms_java, queue dictionary scripts not run, rdbms/admin/utlrp.sql not run) we may see the ORA-31623 error.

The ORA-31623 can also happens if you are not current with patches (running catupgrd.sql and/or catpatch.sql ), see MOSC for details.

To troubleshoot the ORA-31623 error, look for entries in dba_registry where “status=”invalid” and check dba_objects for object that are granted owned by SYS that are invalid.

解决思路: 1.查看alert。log,还需要具体分析日志。 2. 流池可能没有分配内存 select * from v$sgainfo; 确认 streams_pool_size 是否为零 alter system set streams_pool_size = 10M scope=spfile; 注意该密令要生效需从启数据库 确认是否有组件失效?: SELECT comp_name, status, version FROM dba_registry; 3. oracle bug 。
豆包AI编程
豆包AI编程

智能代码生成与优化,高效提升开发速度与质量!

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号