电信运营商AIXoracle Ogg

aix下adg通过ogg同步到linux mysql extract进程不生成本地tail文件?

遇到一个问题,还请大家帮忙看下:
现有系统环境是源端aix6106,adg的环境oracle11g,目标端是linux mysql5.7  ,想做彼此之前的ogg同步,现在ogg的版本是12.1,源端创建extract以后,本地不生成tail文件,ggserr也无任何报错信息,想问问这个可能是什么问题呀
extract文件信息:
extract ext1
SETENV (NLS_LANG="AMERICAN_AMERICA.ZHS16GBK")
SETENV (ORACLE_SID=*)
userid goldengate@,password *
TRANLOGOPTIONS MINEFROMACTIVEDG
exttrail /ogg/ogg_data/dirdat/ea
discardfile  /ogg/ogg_data/dirrpt/dce1.dsc,append
fetchoptions fetchpkupdatecols
table test.test;

参与6

2同行回答

vpsupermanvpsuperman数据库管理员vp
操作系统的oracle数据库用户要有/ogg/ogg_data/dirdat/的读写权限显示全部

操作系统的oracle数据库用户要有/ogg/ogg_data/dirdat/的读写权限

收起
银行 · 2021-03-03
浏览1576
沈天真沈天真售前支持IPS
https://houseofbrick.com/replication-from-oracle-to-mysql-using-goldengate/https://www.support.dbagenesis.com/post/oracle-to-mysql-replication-using-golden-gate按照步骤认真检查一下,每一步是不是都对 ?extract file 里面的信息是不是少了 rmthost ? extr...显示全部

https://houseofbrick.com/replication-from-oracle-to-mysql-using-goldengate/

https://www.support.dbagenesis.com/post/oracle-to-mysql-replication-using-golden-gate

按照步骤认真检查一下,每一步是不是都对 ?
extract file 里面的信息是不是少了 rmthost ?
extract andy_ora
userid ggadmin, password ggadmin
rmthost mysql1, mgrport 7809 ← parameters for the mysql server
rmttask replicat, group initandy ← This group will be the same name as the replicat used to load the data in Golden Gate on the MySQL instance.
table andy.*;

收起
硬件生产 · 2021-03-03
浏览1688

提问者

elan
数据库管理员中科软

相关问题

相关资料

相关文章

问题状态

  • 发布时间:2021-03-02
  • 关注会员:4 人
  • 问题浏览:2881
  • 最近回答:2021-03-03
  • X社区推广