GGSCI (hosta) 48> view report dpfull *********************************************************************** Oracle GoldenGate Capture for Oracle Vers ...
分类:
系统相关 时间:
2017-05-21 19:45:04
阅读次数:
719
非oracle db以 sqlserver为样例说明: 我的思路 A :oracle db 生产 B: oracle db 中间机 C: sqlserver db 目的端 A-> B->C 注意:B上既有rep进程也有ext进程,此时。C上也须要建立针对B的rep进程。 A->B能够完毕 在线的完毕 ...
分类:
数据库 时间:
2017-05-19 12:55:45
阅读次数:
215
Oracle GoldenGate 实现原理是通过抽取源端的redo log 或者 archive log ,然后通过TCP/IP投递到目标端,最后解析还原应用到目标端,使目标端实现 同源端数据同步。 ...
分类:
数据库 时间:
2017-05-07 15:37:53
阅读次数:
196
最近有几项业务下线,需要从一张表中删除6.8亿多条数据。想办法把数据删除掉了,但对应的ogg灾备端复制时有了的延迟,而且延迟的时间起来越长。对于表太多造成的延迟可以把所有表分为多个组来做复制,于是想复制进程是否可以对单表复制开并行。上网查到了相关的资料,可以使用@..
分类:
其他好文 时间:
2017-05-05 23:19:40
阅读次数:
231
在linux。oracle 10g/11g x64bit环境中,goldengate随os启动而自己主动启动的脚本 背景描写叙述: goldengate安装于/u01/ggs文件夹下 rhel5.5 oracle 10g/11g x64bit Oracle GoldenGate Command In ...
分类:
数据库 时间:
2017-05-05 23:18:46
阅读次数:
253
公司现在越来越重视数据的灾备,部署了大量的Data Guard和Oracle GoldenGate。核心系统的数据非常重要,大boss的要求很简单就是数据零丢失。 仔细衡量Data Guard的三种保护模式,在最大可用和最大保护之间展开了激烈的讨论。下面从技术层面看看这两种保护模式的特点和区别。 零 ...
分类:
其他好文 时间:
2017-05-02 10:07:02
阅读次数:
155
<a href="#" onfocus="this.blur()">去掉点击链接时出现的虚线</a> a{ blr:expression(this.onFocus=this.blur());}:focus { outline:0;}area{ blr:expression(this.onFocus= ...
分类:
其他好文 时间:
2017-04-10 12:34:21
阅读次数:
147
一、GoldenGate实施环境 source database:oracle 11.2.0.3 target database:oracle 11.2.0.3 需要配置的进程如下: source database:extract、data pump target database:replicat ...
分类:
其他好文 时间:
2017-03-31 23:34:35
阅读次数:
252
Oracle数据库集群容灾实施与维护(RAC+DataGuard+GoldenGate)培训教程套餐介绍:风哥Oracle数据库集群容灾(RAC+DataGuard+GoldenGate)实施与维护培训教程套餐)包括内容:Oracle12cDataGuard容灾实施与维护1+1,Linux系统OracleRAC12C安装实施与维护,Oracle11gR2RAC下DataG..
分类:
数据库 时间:
2017-03-22 23:45:07
阅读次数:
380
1. 图形化界面,我用的软件是MobaXterm Personal Edition, 直接ssh oracle@target_server,然后./runInstaller就可以弹出图形化界面,当然还有其他工具如vnc可以实现图形化,这里就略过不提了,下面直接开始安装。 2.关于软件下载,在mos上 ...
分类:
数据库 时间:
2017-01-23 20:15:53
阅读次数:
565