ADRCI Purge is NOT What You Think It Should Be

ADRCI是在Oracle11g以后提供的实用程序,用来更加灵活的检查和分析各个ORACLE_HOME的告警文件,跟踪文件。 根据文档和帮助,ADRCI是具有purge功能的。 adrci> help purge Usage: PURGE [[-i | ] | [-age [-type ALERT|INCIDENT|TRACE|CDUMP|HM|UTSCDMP]]]: Purpose: Purge the diagnostic data in the current ADR home. If no option is specified, the…

Continue ReadingADRCI Purge is NOT What You Think It Should Be

RAC Object Remastering (Dynamic Remastering)

原文作者:Riyaj Shamsudeen 原文链接:http://orainternals.wordpress.com/2010/03/25/rac-object-remastering-dynamic-remastering/ 译者注:如果您对本文章有兴趣,请一定先去阅读Riyaj的原文,在万不得已时可以使用这篇译文校对一下自己的理解。译文中的master, mastering, remastering, affinity lock都翻译的不满意,甚至有些词左思右想还是保留了原文。IT技术从业者应该以英文为母语。 感谢Yong Huang,从跟他的邮件往来中得到了很多帮助。 ***********以下为译文全文***********。 RAC Object Remastering (Dynamic Remastering) by Riyaj Shamsudeen 在RAC环境中,每个数据块都被一个实例所掌控(mastered)。掌控一个数据块意思是主实例(master instance)始终监控这个数据块的状态,直到下一次重配置事件发生(因为实例重启或者其它原因)。 Hash to the master 这些数据库是根据数据块范围来掌控的。举例来说,数据块范围从file 10,block 1开始到block 128可能是被实例1所掌控,而从file 10,block…

Continue ReadingRAC Object Remastering (Dynamic Remastering)