摘要: 检查Data Guard 主库,发现log有如下信息:Wed Oct 13 17:05:11 2010RFS: Possible network disconnect with primary databaseRFS: Destination database mount ID mismatch [0x4b1b0155:0x4b1b40c1]RFS: client instance is standby database instead of primaryRFS: Not using real application clusters查看备库,也有相关信息: KUP-04021: field 阅读全文
posted @ 2010-10-13 17:35 hibernate例子 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 13号,晚上加班,将2台数据库从9.2.0.6 升级到9.2.0.8. 因为之前有个小bug,9.2.0.6 的DataGuard中会经常不能识别备库的监听,造成Data Guard不能同步。Oracle 的升级包,path什么的,需要从metalink上下载,这个是Oralce的收费帐号,只有买了Oralcle的产品才有。 Oracle 的升级包里有readme.html文件,该文件里有升级的执行步骤,对于单实例,照上面的步骤操作就可以了。 这次升级是一个Data Guard 环境,所以要多几步操作。 关于Data Guard 环境下的Data Guard 升级,参考Blog: Oracle 阅读全文
posted @ 2010-10-13 16:53 hibernate例子 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 因为公司9.2.0.6 版本的Oracle 在Data Guard 环境下有个小bug,所以决定对Oracle 进行升级,从9.2.0.6 升级到9.2.0.8. 因为Data Guard环境的特殊,主库我们可以按照正常的方式进行升级即可,但是备库却会遇到问题。 因为备库我们我们都是启动到mount standby 模式,在升级实例的过程中,需要执行相关脚本, 需要在startup migrate 模式下进行, 但是standby 是无法启动到这种模式的,因为它是备库,它的控制文件是standby control file。 Oracle 联机文档上说的升级方法,看了下,有点麻烦,不想这么.. 阅读全文
posted @ 2010-10-13 16:01 hibernate例子 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 在将数据库从9.2.0.6 升级到 9.2.0.8 的过程中,执行utlrp.sql 脚本时,遇到了Oracle 的一个bug。 Oracle 的说法是:Oracle Server - Enterprise Edition - Version: 9.2.0.8 and later[Release: 9.2 and later ]Information in this document applies to any platform. This is cause by internal bug 3017048 fixed in 10.1.0.2.Oracle 9.2以后的版本都有这个bug,直到 阅读全文
posted @ 2010-10-13 08:43 hibernate例子 阅读(194) 评论(0) 推荐(0) 编辑
摘要: MOS:Information On Installed Database Components and Schemas [ID 472937.1]Oracle 组件可以用如下SQL 进行查看: SQL> select comp_id,comp_name, version, status from dba_registry;In this DocumentGoalSolution1. JServer JAVA Virtual Machine 2. OLAP Catalog, OLAP Analytic Workspace, Oracle OLAP API3. Oracle Data Mi 阅读全文
posted @ 2010-10-13 08:19 hibernate例子 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 将Oracle 数据库从9.2.0.6 升级到9.2.0.8, 升级结束后,查看组件的信息,OLAP Catalog 无效,然后又重新执行了一遍脚本,还是无效。SQL> select comp_id,comp_name, version, status from dba_registry;COMP_ID COMP_NAME VERSION STATUS--------------- -------------------- ------------------------------ -----------CATALOG Oracle9i Catalog Vie 9.2.0.8.0 VA 阅读全文
posted @ 2010-10-13 08:02 hibernate例子 阅读(412) 评论(0) 推荐(0) 编辑