了解Maclean Liu|向Maclean Liu提问 Oracle ALLSTARS 全明星(群内有多位Oracle高级售后support,N位OCM和ACE) QQ群 # QQ群号:23549328 # 已经升级到 2000人群,空位多多。欢迎有一定基础的Oracle骨友加入,现在入群需要经过Maclean的技术面试,欢迎面试,请加QQ号:47079569 为好友参加面试 2群基础群 适合刚入门的同学,会共享最佳入门实践和资料 QQ群 # QQ群号:171092051 # 已经升级到 500人的超级群,空位多多,无需面试

2010年12月20日

GoldenGate实现Live Standby主备库切换(1)

摘要: Oracle Goldengate目前支持主被动式的双向配置,换而言之OGG可以将来自于激活的主库的数据变化完全复制到从库中,从库在不断同步数据的同时已经为计划内的和计划外的outages做好了故障切换的准备,也就是我们说的Live Standby。这里我们重点介绍一下配置Oracle Goldengate Live Standby系统的步骤,和具体的故障切换过程。SQL> conn clinic... 阅读全文

posted @ 2010-12-20 21:07 Oracle和MySQL 阅读(264) 评论(0) 推荐(0) 编辑

Script:partition table into rowid extent chunks

摘要: 以下脚本可以用于将表按照rowid范围分区,获得指定数目的rowid Extent区间(Group sets of rows in the table into smaller chunks), 以便于非分区表利用rowid来实现并行删除或更新: REM rowid_ranges should be at least 21REM utilize this script help delete ... 阅读全文

posted @ 2010-12-20 20:55 Oracle和MySQL 阅读(249) 评论(0) 推荐(0) 编辑

Rolling a Standby Forward using an RMAN Incremental Backup

摘要: Rolling a Standby Forward using an RMAN Incremental Backup in 9iPurposeThis document describes a method of rolling forward a standby database using incremental backups (instead of the typical media re... 阅读全文

posted @ 2010-12-20 07:34 Oracle和MySQL 阅读(301) 评论(0) 推荐(0) 编辑

Script:Monitoring Memory and Swap Usage to Avoid A Solaris Hang

摘要: Applies to:Solaris SPARC Operating System - Version: 8.0 and later[Release: 8.0 and later ]Solaris x64/x86 Operating System - Version: 8 6/00 U1andlater [Release: 8.0andlater]Oracle Solaris ... 阅读全文

posted @ 2010-12-20 06:02 Oracle和MySQL 阅读(703) 评论(0) 推荐(0) 编辑

导航