我不想用symmetricDS复制两个数据库, 首先,我尝试做这个教程https://www.symmetricds.org/doc/3.8/html/tutorials.html
我安装了symmetricDs我在postgresql服务器上安装了symmetricDS。
并执行以下命令:
../bin/dbimport --engine corp-000 --format XML --alter-case create_sample.xml
../bin/symadmin --engine corp-000 create-sym-tables
../bin/dbimport --engine corp-000 insert_sample.sql
bin/sym
但我的数据库中没有写入表,也没有对称表
你不能帮忙吗?答案 0 :(得分:1)
验证为连接SymmetricDS节点而提供的用户帐户是否能够创建表。然后我会检查symmetric.log是否有任何明显的错误。默认情况下,它会在提供的用户帐户的默认架构中创建表,因此请务必检查表的架构。