一.问题报错 -- :: ERROR OGG- Java or JNI exception: oracle.goldengate.util.GGException: Error detected handling transaction commit event. 问题定位 查看dirrpt下info log bytes when serialized which is larger than the maximum request size you have configured with
最近在使用ELasitcsearch的时候,需要用到关键字搜索,因为是全字段搜索,就需要使用_all字段的query_string进行搜索. 但是在使用的时候,遇到问题了.我们的业务并不需要分词,我在各个字段也设置了,not_analyzed.但是在使用query_string对_all字段进行查询的时候, 发现结果还是分词的.最后在官网找到这么一段话: Remember that the _all field is just an analyzed string field. It uses
版本信息: Oracle GoldenGate Command Interpreter Version 12.2.0.1.160419 OGGCORE_12.2.0.1.0OGGBP_PLATFORMS_160430.1401 Linux, x64, 64bit (optimized), Generic on Apr 30 2016 16:21:34 Operating system character set identified as UTF-8. hive.props gg.handler
select * from ( select max(t1.source) as source ,t1.c1 ,t1.c2 ,t1.c3 ,count(*) as cnt from ( as source, t11.* from dev.astron_wangluochayi_1 t11 union all as source, t12.* from dev.astron_wangluochayi_1 t12 ) t1 group by t1.source,t1.c1,t1.c2 ,t1.c3
Ogg18.1 remote capture要求mysql为5.7版本,只能从linux远程捕获mysql on windows or linux,且不支持DDL捕获.支持远程mysql为community/commerical版本. 源端数据库配置 OGG登录DB的用户及密码: ogg/Welcome!23 确保源库有打开日志 修改my.cnf,打开日志存放路径,并设置格式 [mysqld] log-bin=/var/log/mysql/mysql-bin.log 确保运行mysql的用户有权