ORA-38905: DML error logging is not supported for LONG column “string”
Cause: A DML Error Logging operation was attempted on a table which has a LONG, or LONG RAW column type, and the error logging table referred to the specified column.
Action: Either do not use DML Error Logging on such a table or remove the offending column from the error logging table. The scalar columns can be logged, but not long column types.
ORA-38905: DML error logging is not supported for LONG column “string”,这是一个Oracle数据库管理系统(DBMS)的错误代码,表示DML(数据操作语言)日志记录不支持LONG列。
1.重新编写SQL语句,删除LONG列并执行DML日志记录。
2.在大型表中,必须使用增量或分区复制,以避免使用LONG列。
3.确保LONG列的数据类型与其他列的数据类型相匹配。
4.在表中,LONG列条目必须是BLOB或CLOB字段。
5.验证表和
检查SQL查询,及执行日志记录操作。