数据库

 首页 > 数据库 > MySql > 重新编译无效数据库组件

重新编译无效数据库组件

分享到:
【字体:
导读:
         摘要:You can validate different components in the database by running the script $ORACLE_HOMErdbmsadmincatpatch.sql via SQL*Plus:  spool catpatch.logconnec...

重新编译无效数据库组件

You can validate different components in the database by running the script $ORACLE_HOME/rdbms/admin/catpatch.sql via SQL*Plus:

 

 

spool catpatch.log

connect / as sysdba
shutdown immediate
startup migrate
@?/rdbms/admin/catpatch.sql
@?/rdbms/admin/utlrp.sql
SELECT comp_name, version, status
FROM dba_registry;
spool off

 

 

 

If you are on 10g Release 2, then perform:

connect / as sysdba
spool dictreload.log
startup restrict
alter system set shared_pool_size = 512M scope=spfile;
alter system set java_pool_size = 150M scope=spfile;
alter system set aq_tm_processes = 1 scope=spfile;
alter system set streams_pool_size = 10M scope=spfile;
alter system set cluster_database = false scope=spfile; -- If on RAC
shutdown immediate
startup upgrade
@?/rdbms/admin/catalog.sql
@?/rdbms/admin/catproc.sql
@?/rdbms/admin/catupgrd.sql
spool off
alter system set cluster_database = true scope=spfile; -- If on RAC
shutdown immediate
startup
@?/rdbms/admin/utlrp.sql

重新编译无效数据库组件
分享到:
bug 7715339 登录失败触发 ‘row cache l...
bug 7715339 登录失败触发 ‘row cache lock’ 等待Bug 7715339 - Logon failures causes "row cache lock" waits - Allow disable of logon delay (文档 ID 7715339.8) 到底部  修改时间:2012-7-26类型:PATCH  为此文档评级 通过电子邮件发送此文档的链接 在新窗口中打开文档 可打印页 Bug 7715339  Logon failur...
使用ORACLE STREAM STRMMON 监控工具
使用ORACLE STREAM STRMMON 监控工具 Oracle Streams STRMMON Monitoring Utility [ID 290605.1] In this DocumentPurposeScope and ApplicationOracle Streams STRMMON Monitoring UtilityInstallationUsageOutput Known problemsReferences Applies to: Oracle Server - Enterprise Edition - Version: 9.2.0....
  •         php迷,一个php技术的分享社区,专属您自己的技术摘抄本、收藏夹。
  • 在这里……