首页 > 解决方案 > SymmetricDS:ORA-12899:SYM_NODE_GROUP_LINK.DATA_EVENT_ACTION 列的值太大

问题描述

我有 2 个数据库、1 个 postgres(在 corp-000.properties 中更新)和 1 个 oracle(在 store-001.properties 中更新)。我已遵循并验证了以下步骤,

  1. ../bin/dbimport --engine corp-000 --format XML create_sample.xml
  2. ../bin/symadmin --engine corp-000 create-sym-tables
  3. ../bin/dbimport --engine corp-000 insert_sample.sql
  4. ../bin/dbimport --engine store-001 --format XML create_sample.xml

当我尝试symmetricDS通过执行启动节点时。./bin/sym --port 8080 --server我得到以下错误,

ORA-12899: value too large for column SYM_NODE_GROUP_LINK.DATA_EVENT_ACTION

我错过了任何一步吗?

标签: oraclepostgresqlsymmetricds

解决方案


推荐阅读