Oracle GoldenGate(ogg)安装经验大汇总,采坑总结,绝对干货!
一下是安装ogg过程中遇到的问题和解决办法,绝对良心干货,抽空会写更详细的安装教程。更多精彩内容请点击
- OGG-00685 begin time prior to oldest log in log history
https://blog.csdn.net/kiwi_kid/article/details/36184241 - goldengate 故障及解决方法汇总
https://blog.csdn.net/amethystqi/article/details/6597861 - oracle 手册
https://docs.oracle.com/goldengate/1212/gg-winux/GWUAD/wu_gettingstarted.htm#GWUAD153
https://docs.oracle.com/goldengate/1212/gg-winux/GWURF/toc.htm - (EXT.prm) line 13: Parsing error, [convertucs2clobs] is obsolete.
- expdp/impdp中parfile参数使用
http://blog.itpub.net/26839123/viewspace-734463/ window 注意 导入导出
导入
expdp parfile=D:\app\qingmiaokeji\admin\orcl\adump\expdp_zzbs.par PARALLEL=8 flashback_scn=1438905
登录用户必须是dba
F:\app\qingmiaokeji\admin\orcl\dpdump
导出
impdp qingmiaokeji/qingmiaokeji REMAP_SCHEMA=qingmiaokeji:qingmiaokeji REMAP_TABLESPACE=qingmiaokeji:qingmiaokeji_data dumpfile= expdp_zzbs_%U.dmpvirtual box centos7 配置 上网
https://blog.csdn.net/rcjjian/article/details/79879275
https://blog.csdn.net/teisite/article/details/81196244- centos7 安装oracle
https://www.cnblogs.com/liuguosong/p/6057498.html - 修改字符集
https://www.cnblogs.com/gaoyuechen/p/9447404.html - 错误整理: ORA-12705: Cannot access NLS data files or invalid environment specified
https://blog.csdn.net/wolfchou/article/details/8696048 - 在Windows系统设置goldengate服务随系统启动
https://blog.csdn.net/qq_42924709/article/details/85113791?tdsourcetag=s_pctim_aiomsg - GoldenGate 配置extract,replicat进程自启动
https://www.cnblogs.com/xqzt/p/4531045.html?tdsourcetag=s_pctim_aiomsg - 删除10天前的trail文件
- Windows平台使用RMAN命令自动删除Oracle过期归档日志的方法
https://blog.csdn.net/xiaolongzaixian/article/details/47921247 - Windows计划任务设置,定时执行指定脚本
https://jingyan.baidu.com/article/e2284b2b72bffce2e6118d2c.html ogg trail文件版本问题,重置
https://community.oracle.com/message/14447940?tstart=0
https://www.2cto.com/database/201503/380443.html
https://blog.csdn.net/orion61/article/details/25365741
ALTER EXTRACT EPMP ETROLLOVER
ALTER REPLICAT finance, EXTSEQNO 53
ORA-12560: TNS: 协议适配器错误
https://www.jianshu.com/p/1c3dbe96af03OGG-01194 Oracle GoldenGate Capture for Oracle, ext_sc0.prm: EXTRACT task REP_SC0 abended : File InitialLoad, with compatibility level 6, is not compatible with the current software version's compatibility level of 5. Modify the file writer's parameter file to generate the appropriate format using the FORMAT LEVEL 5 option
ogg 接收和发送端 ogg版本不一致,可用formate level参数
EXTTRAIL ./dirdat/dbty/tr,FORMAT LEVEL 5
Oracle GoldenGate(ogg)安装经验大汇总,采坑总结,绝对干货!的更多相关文章
- Oracle GoldenGate OGG管理员手册(较早资料)
第一章 系统实现简述 前言 编写本手册的目的是为系统管理员以及相关操作人员提供 Oracle Goldengat 软 件的日常维护和使用的技术参考: 3 ORACLE 第二章 OGG 日常维护操作 ...
- Oracle GoldenGate OGG管理员手册
第一章 系统实现简述 前言 编写本手册的目的是为系统管理员以及相关操作人员提供 Oracle Goldengat 软 件的日常维护和使用的技术参考: 3 ORACLE 第二章 OGG 日常维护操作 ...
- 改动Oracle GoldenGate(ogg)各个进程的读检查点和写检查点
请注意:请谨慎改动Oracle GoldenGate(ogg)各个进程的读检查点和写检查点. 请确保已经 掌握 ogg 各个进程的读检查点和写检查点的详细含义. BEGIN {NOW | yyyy-m ...
- Oracle GoldenGate (ogg) 11.2.1.0.20 是最后一个支持oracle db 10g的 ogg版本号
參考原文: Oracle GoldenGate 11.2.1.0.22 Patch Set Availability (Doc ID 1669160.1) 该文章不做翻译,只摘录当中有价值的信息,例如 ...
- oracle 数据库安装环境,需要大汇总
Oracle Database (RDBMS) on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Ins ...
- 在ubuntu18.04中安装opencv_contrib-3.2.0采坑教程
由于最近要在OpenCV3中使用SIFT和SURF特征提取,而自从OpenCV2升级到OpenCV3版本后,SIFT.SURF等这些算法都被移出opencv默认项目库,而被放到叫opencv_cont ...
- Streaming data from Oracle using Oracle GoldenGate and Kafka Connect
This is a guest blog from Robin Moffatt. Robin Moffatt is Head of R&D (Europe) at Rittman Mead, ...
- Goldengate OGG常见问题与错误列表
Goldengate OGG常见问题与错误列表 以下列出了OGG一些常见的问题与错误及其解答: Note: 966211.1 How To Resync A Single Table With ...
- 『OGG 02』Win7 配置 Oracle GoldenGate Adapter Java 踩坑指南
上一文章 <__Win7 配置OGG(Oracle GoldenGate).docx>定下了 两个目标: 目标1: 给安装的Oracle_11g 创建 两个用户 admin 和 root ...
随机推荐
- hadoop记录-flink测试
1.启动集群 bin/start-cluster.sh 2.jps查看进程 3.打开网页端(192.168.66.128:8081) 4.造数据:nc -lk 9000 5.执行./bin/flink ...
- PAT 甲级 1146 Topological Order (25 分)(拓扑较简单,保存入度数和出度的节点即可)
1146 Topological Order (25 分) This is a problem given in the Graduate Entrance Exam in 2018: Which ...
- Java Audio : Playing PCM amplitude Array
转载自:http://ganeshtiwaridotcomdotnp.blogspot.com/2011/12/java-audio-playing-pcm-amplitude-array.html ...
- centos上为新创建的用户(git)指定根目录并生成公钥和私钥
1.修改用户的根目录 vim /etc/passed 2.su git 3.ssh-keygen -t rsa ssh-keygen -t rsa 4.如图所示,如果要实现无密码访问git仓库,把公钥 ...
- JSON 多层对象获取键值
<html> <script> window.onload = function(){ var json = { "options":{ "nam ...
- array_map array_walk
$config = [ => [], => [], => [] ]; array_map(function($key) use ($config){ print_r($key); d ...
- Python3之内建模块collections
collections是python内建的一个集合模块,提供了许多有用的集合类. namedtuple 我们知道tuple可以表示不可变集合,例如,一个点的二维坐标可以表示成 >>> ...
- Adaptive Compressive Tracking via Online Vector Boosting Feature Selection(ACT算法解读)
- Net UI Spy工具:ManagedSpy
Net UI Spy工具:ManagedSpy 很久之前在接手一个大型的Winform项目的时候.有如下困难: 1,项目很大整个产品的Build由1400多个Project组成 2,产品的组件.控件太 ...
- memmove和memcpy函数的区别及实现
一.memmove()和memcpy()函数和strcpy()函数的区别: (1)使用的类型不同,strcpy()函数只对字符串进行操作:memmove()和memcpy()函数对所有类型都适用,为内 ...