ORA-16129: unsupported DML encountered
Cause: One or more DMLs to an unsupported table were encountered and skipped.
Action: No action necessary. This informational statement is provided to record the event for diagnostic purposes. Optionally, check the DBA_LOGSTDBY_EVENTS view for more information including the impacted table owner and name.
ORA-16129: unsupported DML encountered错误通常是由于所执行的命令不被支持而引发的。
1.检查是否使用了不支持的DML操作。
2.查看表定义,查看特定参数是否正确设置或更新。
3.重新检查表、视图、函数等对象,确保从未在操作之前应用变更。
4.在Oracle里检查表空间是否有问题而导致ORA-16129:unspported DML encountered。
5.检查是否存在数据库中的激活的数据库触发器,或者存在任何表或视图的触发器。
6.检查应用程序,确保正确发送正确的DML指令。
7.重新启动数据库,以确保所有资源都可用。