Oracle-GoldenGateogg安装经验大汇总采坑总结绝对干货

38次阅读

共计 1756 个字符,预计需要花费 5 分钟才能阅读完成。

一下是安装 ogg 过程中遇到的问题和解决办法,绝对良心干货,抽空会写更详细的安装教程。更多精彩内容请点击

  • OGG-00685 begin time prior to oldest log in log history

https://blog.csdn.net/kiwi_ki…

  • goldengate 故障及解决方法汇总

https://blog.csdn.net/amethys…

  • oracle 手册

https://docs.oracle.com/golde…
https://docs.oracle.com/golde…

  • (EXT.prm) line 13: Parsing error, [convertucs2clobs] is obsolete.
  • expdp/impdp 中 parfile 参数使用

http://blog.itpub.net/2683912…

  • window 注意 导入导出

导入
expdp parfile=D:appqingmiaokejiadminorcladumpexpdp_zzbs.par PARALLEL=8 flashback_scn=1438905
登录用户必须是 dba
F:appqingmiaokejiadminorcldpdump
导出
impdp qingmiaokeji/qingmiaokeji REMAP_SCHEMA=qingmiaokeji:qingmiaokeji REMAP_TABLESPACE=qingmiaokeji:qingmiaokeji_data dumpfile= expdp_zzbs_%U.dmp

  • virtual box centos7 配置 上网
    https://blog.csdn.net/rcjjian…

https://blog.csdn.net/teisite…

  • centos7 安装 oracle

https://www.cnblogs.com/liugu…

  • 修改字符集

https://www.cnblogs.com/gaoyu…

  • 错误整理:ORA-12705: Cannot access NLS data files or invalid environment specified

https://blog.csdn.net/wolfcho…

  • 在 Windows 系统设置 goldengate 服务随系统启动
    https://blog.csdn.net/qq_4292…
  • GoldenGate 配置 extract,replicat 进程自启动

https://www.cnblogs.com/xqzt/…

  • 删除 10 天前的 trail 文件
  • Windows 平台使用 RMAN 命令自动删除 Oracle 过期归档日志的方法

https://blog.csdn.net/xiaolon…

  • Windows 计划任务设置, 定时执行指定脚本

https://jingyan.baidu.com/art…

  • ogg trail 文件版本问题, 重置

https://community.oracle.com/…
https://www.2cto.com/database…
https://blog.csdn.net/orion61…
ALTER EXTRACT EPMP ETROLLOVER

ALTER REPLICAT finance, EXTSEQNO 53

  • ORA-12560: TNS: 协议适配器错误

https://www.jianshu.com/p/1c3…

  • OGG-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

正文完
 0