Oracle ORA-04045 errors during recompilation/revalidation

php中文网
发布: 2016-06-07 16:47:14
原创
3441人浏览过

Oracle ORA-04045 errors during recompilation/revalidation

系统环境:centos release 5.10 - 64 bit
 
应用环境:oracle 10.2.0.5

错误摘要:
 
[oracle@hz_cpm50 ~]$ impdp / DIRECTORY=move dumpfile=new.dmp logfile=new.log table_exists_action=APPEND CONTENT=data_only
Import: Release 10.2.0.5.0 - 64bit Production on Monday, 24 March, 2014 14:15:35
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
 
With the Partitioning, OLAP, Data Mining and Real Application Testing options
 
Master table "POPUPUSER"."SYS_IMPORT_FULL_04" successfully loaded/unloaded
 
Starting "POPUPUSER"."SYS_IMPORT_FULL_04": popupuser/******** DIRECTORY=new dumpfile=new.dmp logfile=new.log table_exists_action=APPEND CONTENT=data_only
 
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
 
ORA-31693: Table data object "POPUPUSER"."STATIC_AGG_PROVINCE_DAY":"PART_AGGPROV_20140320"."SYS_SUBP662001" failed to load/unload and is being skipped due to error:
 
ORA-04045: errors during recompilation/revalidation of MDSYS.SDO_NETWORK_DROP_USER
 
ORA-01031: insufficient privileges
 
ORA-31693: Table data object "POPUPUSER"."STATIC_AGG_PROVINCE_DAY":"PART_AGGPROV_20140320"."SYS_SUBP662002" failed to load/unload and is being skipped due to error:
 
ORA-04045: errors during recompilation/revalidation of MDSYS.SDO_NETWORK_DROP_USER
 
ORA-01031: insufficient privileges
 
ORA-06512: at "SYS.KUPD$DATA", line 1779
 
ORA-04045: errors during recompilation/revalidation of MDSYS.SDO_NETWORK_DROP_USER
 
ORA-01031: insufficient privileges
 
ORA-31693: Table data object "POPUPUSER"."STATIC_AGG_PROVINCE_DAY":"PART_AGGPROV_20140320"."SYS_SUBP662003" failed to load/unload and is being skipped due to error:
 
ORA-04045: errors during recompilation/revalidation of MDSYS.SDO_NETWORK_DROP_USER
 
ORA-01031: insufficient privileges
 
ORA-06512: at "SYS.KUPD$DATA", line 1779
 
ORA-04045: errors during recompilation/revalidation of MDSYS.SDO_NETWORK_DROP_USER
 
ORA-01031: insufficient privileges
 
ORA-31693: Table data object "POPUPUSER"."STATIC_AGG_PROVINCE_DAY":"PART_AGGPROV_20140320"."SYS_SUBP662004" failed to load/unload and is being skipped due to error:
 
ORA-04045: errors during recompilation/revalidation of MDSYS.SDO_NETWORK_DROP_USER
 
ORA-01031: insufficient privileges
 
ORA-06512: at "SYS.KUPD$DATA", line 1779

错误原由:
 
  由10.2.0.1升级到10.2.0.5,upgrade mode运行utlirp.sql而没有重新刷新对象导致:
 

DOC>#######################################################################
 
DOC>#######################################################################
 
DOC>  utlirp.sql completed successfully. All PL/SQL objects in the
 
DOC>  database have been invalidated.
 
DOC>
 
DOC>  Shut down and restart the database in normal mode and run utlrp.sql to
 
DOC>  recompile invalid objects.
 
DOC>#######################################################################
 
DOC>#######################################################################

解决方法:
 
  sysdba执行ORACLE_HOME/rdbms/admin/utlrp.sql 脚本

醒文
醒文

文字排版美化生图工具

醒文 131
查看详情 醒文

  另外还有两种编译无效对象的方式: 
 
      1 使用alter **** compile 语句进行编译 
 
      2 用DBMS_UTILITY包来进行编译.

相关介绍:

====================================================================
 
=====What is the Difference between UTLRP.SQL, UTLIRP.SQL and UTLIP.SQL?====
 
====================================================================

About UTLRP.SQL
 ===============
 
+ What is UTLRP.SQL?
 This script recompiles invalid PLSQL modules.
 NOTE: This script DOES NOT Invalidate any PLSQL modules like utlirp.sql and utlip.sql
 
+ What this script does?
 This script recompiles all existing invalid PL/SQL modules in a database.
 This is a fairly general script that can be used at any time to recompile all existing invalid PL/SQL modules in a database If run as one of the last steps during migration/upgrade/downgrade this script will validate all PL/SQL modules (i.e. procedures, functions, packages, triggers, types, views, libraries) during the migration step itself.
 
+ Any other script called within UTLRP.SQL?
 Yes. It invokes utlrcmp.sql
 
+ When it is best to run UTLRP.SQL?
 Although invalid PL/SQL modules get automatically recompiled on use, it is useful to run this script ahead of time (e.g. as one of the last steps in your migration), since this will either eliminate or minimize subsequent latencies caused due to on-demand automatic recompilation at runtime. Oracle highly recommends running this script towards the end of any database migration/upgrade/downgrade.
 

最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

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

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