摘要:
问题描述: 已知OGG在同步无主键的表时,OGG会自动设置表的全字段为主键,若目标表字段多于源表,同步过程中replicat进程可以读取insert操作但无法进行update操作,从而导致replicat进程abend。 探究:Oracle12c引入了一个新特性——隐藏字段,若将目标表多的字段隐藏, 阅读全文
摘要:
标签:goldengate postgresql oracle json 平台环境: 源端 目标端 系统 Windows 8.1 CentOS7 IP 10.155.4.150 10.155.5.178 数据库 Oracle 12.2.0.1.0 postgresql 10.10-1 OGG版本 G 阅读全文
摘要:
分发进程test_pu GGSCI (localhost) 1> add extract test_pu exttrailsource ./dirdat/ea, begin now GGSCI (localhost) 2> add rmttrail ./dirdat/te extract test_ 阅读全文
摘要:
-help:查看rm命令hdfs dfs -help rm-mkdir:递归创建目录hdfs dfs -mkdir -p /Test/dir-ls:显示目录信息hdfs dfs -ls /-cat:显示文件内容hdfs dfs -cat /Test/dir/aaa.txt-chgrp 、-chmod 阅读全文