skip a transaction in goldengate
摘要:skip a transaction in goldengate [oracle@db ]$ ggsci Oracle GoldenGate Command Interpreter for OracleVersion 12.1.2.1.0 OGGCORE_12.1.2.1.0_PLATFORMS_1
阅读全文
posted @
2018-07-30 18:54
HelonTian
阅读(144)
推荐(0) 编辑
【场景一】Oracle11.2.0.4 DG搭建之备节点复制主库
摘要:主库: 一:强制force logging: alter database force logging; 二:开启主库的归档模式 三:主库添加standby redo log,比redo日志组多一组: ALTER DATABASE ADD STANDBY LOGFILE GROUP 4 ('/dat
阅读全文
posted @
2018-05-23 19:46
HelonTian
阅读(448)
推荐(0) 编辑
DG-V$MANAGED_STANDBY视图
摘要:V$MANAGED_STANDBY displays current status information for some Oracle Database processes related to physical standby databases in the Data Guard envir
阅读全文
posted @
2018-04-12 22:07
HelonTian
阅读(304)
推荐(0) 编辑
【GoldenGate管理】源端和目标端新增加复制表
摘要:Classic Replicat Mode (一)源端和目标端新增加复制表 根据需求将生产库中PROCESS_LOG表通过ogg同步到测试库中:操作步骤: 当GoldenGate仅打开DML复制时,源端增加复制表:在GoldenGate的进程参数中,如果通过*来匹配所有表,因此只要符合*所匹配的条件
阅读全文
posted @
2018-04-10 20:14
HelonTian
阅读(174)
推荐(0) 编辑
【DataGuard管理】日志传输
摘要:1. 日志传输方式 有两种日志传输方式(ARC和LGWR),第一种是采用ARC进程传输日志,其示意图如下: 注:上图来自《大话Oracle RAC》 其大致过程如下: 1)主库:日志先写入在线重做日志,当在线重做日志满后(或人为切换), ARC0进程归档该日志至主库本地归档目录,归档完成后,ARC1
阅读全文
posted @
2017-11-02 18:57
HelonTian
阅读(1727)
推荐(0) 编辑
Oracle Data Guard Protection Modes
摘要:Maximum Availability Maximum Availability This protection mode provides the highest level of data protection that is possible without compromising the
阅读全文
posted @
2017-11-02 18:51
HelonTian
阅读(238)
推荐(0) 编辑