ORA-23372: type string in table string is unsupported ORACLE 报错 故障修复 远程处理

文档解释

ORA-23372: type string in table string is unsupported

Cause: Certain types in the table comparison utility are not supported.

Action: Make sure that the types of columns in the tables to be compared are the ones supported by symmetric replication.

这个错误消息指出了目标表的字段的数据类型不被Oracle支持,从而导致出现问题。

官方解释

常见案例

一般处理方法及步骤

1、检查出错表/列中的数据类型,查看是否为Oracle不受支持的数据类型;

2、如果发现不受支持的数据类型,则应该 modify 或更改丝丝的数据类型,以符合Oracle支持的数据类型;

3、检查完毕后,重新执行数据复制,确保数据复制顺利完成。


数据运维技术 » ORA-23372: type string in table string is unsupported ORACLE 报错 故障修复 远程处理