首批通过分布式安全可靠测评,为关键业务系统打造
22998、30926、38104、38105
更新时间:2026-04-10 11:58:37
此范围表示 BLOB/CLOB 错误码。
ERROR 22998 (HY000) : CLOB or NCLOB in multibyte character set not supported
OceanBase 错误码:22998
错误原因:SQL 字符串函数不支持
CLOB、NCLOB类型。解决方式:使用
DBMS_LOG包中的相关函数。
ERROR 30926 (HY000) : unable to get a stable set of rows in the source tables
OceanBase 错误码:30926
错误原因:由于 DML 存在非确定性
WHERE条件,不能生成稳定的行集合。解决方式:去掉非确定性条件,重新执行 DML 语句。
ERROR 38104 (HY000) : Columns referenced in the ON Clause cannot be updated:'%.*s'.'%.*s'
OceanBase 错误码:38104
错误原因:不能更新
ON条件中的列。
ERROR 38105 (HY000) : specified row no longer exists
OceanBase 错误码:38105
错误原因:在开始执行操作后,某行已被其它用户删除。
解决方式:重新执行该操作以处理其他数据行。