首批通过分布式安全可靠测评,为关键业务系统打造
7000 ~ 7999
更新时间:2026-04-10 11:58:37
此范围表示选举模块错误码。
ERROR 7000 (HY000) : The log buffer is full
OceanBase 错误码:7000
错误原因:选举的日志模块的缓冲区满,选举模块对日志带宽的使用大于预期,内部日志打印过多或者日志缓冲区
buffer设置过小。解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7001(HY000) : The log buffer is empty
O ceanBase 错误码:7001
错误原因:该错误码当前未使用。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7002 (HY000) : The object is not running
OceanBase 错误码:7002
错误原因:选举对象定时任务未开始。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7003 (HY000) : The object is running
OceanBase 错误码:7003
错误原因:选举对象重复调用启动流程。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7004 (HY000) : Election does not reach majority
OceanBase 错误码:7004
错误原因:选举流程中收到的投票数目未达多数派,无主选举/有主连任失败,可能由宕机、网络延迟、时钟偏差、高 CPU 负载等多种原因所导致。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7005 (HY000) : The server is not valid
OceanBase 错误码:7005
错误原因:切主时,目标机器的网络地址无效。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7006 (HY000) : The leader is not valid
OceanBase 错误码:7006
错误原因:OBServer 节点记录的 Leader 的网络地址无效。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7007 (HY000) : The leader lease is expired
OceanBase 错误码:7007
错误原因:选举租约过期,可发生于 Follower 或 Leader,可能由宕机、网络延迟、时钟偏差、高 CPU 负载等多种原因所导致。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7010 (HY000) : The message is not valid
OceanBase 错误码:7010
错误原因:收到无效的选举消息。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7011 (HY000) : The message is not intime
OceanBase 错误码:7011
错误原因:选举消息不在协议约定的接收窗口内,可能由网络延迟、时钟偏差、高 CPU 负载等多种原因所导致。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7012 (HY000) : The server is not candidate
OceanBase 错误码:7012
错误原因:切主对象不在本地记录的成员列表中或选举消息的发出者判定其不在自己的成员列表中。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7013 (HY000) : The server is not candidate or voter
OceanBase 错误码:7013
错误原因:收到的投票消息的发出者不在本地记录的成员列表中。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7014 (HY000) : Election protocol error
OceanBase 错误码:7014
错误原因:协议错误,网络延迟与时钟偏差突破假定上限,导致双主。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7015 (HY000) : The task run time out of range
OceanBase 错误码:7015
错误原因:选举定时任务的执行时刻偏离预期过多,通常由高 CPU 负载导致。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7021 (HY000) : Last operation has not done
OceanBase 错误码:7021
错误原因:在一次切主任务未执行完成前触发了另一次切主任务。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7022 (HY000) : Current server is not leader
OceanBase 错误码:7022
错误原因:切主任务的执行对象已经不再是 Leader。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7024 (HY000) : There is not prepare message
OceanBase 错误码:7024
错误原因:选举统票阶段未在本地发现有效的拉票消息。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7025 (HY000) : There is more than one prepare message
OceanBase 错误码:7025
错误原因:选举虚拟组在一个连任周期里收到来自 Leader 的多于一个的拉票请求,内部编码错误。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7027 (HY000) : Election manager is running
OceanBase 错误码:7027
错误原因:
ElectionMgr被启动多次。解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7030 (HY000) : Election async log init error
OceanBase 错误码:7030
错误原因:选举日志初始化失败。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7031 (HY000) : Election waiting leader message
OceanBase 错误码:7031
错误原因:切主流程,旧主未收到新主的投票回应。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7032 (HY000) : Election group not exist
OceanBase 错误码:7032
错误原因:收到了虚拟组消息,但是本地不存在对应的虚拟组。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7033 (HY000) : unexpected eg_version
OceanBase 错误码:7033
错误原因:收到了旧版本的虚拟组的消息,可能由不稳定的网络延迟所导致。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7034 (HY000) : election_group_mgr is running
OceanBase 错误码:7034
错误原因:
ObElectionGroupMgr被启动多次。解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7035 (HY000) : Election manager is not running
OceanBase 错误码:7035
错误原因:
ObElectionGroupMgr未执行启动流程就使用。解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7036 (HY000) : Receive change leader msg and vote msg with same T1 timestamp
OceanBase 错误码:7036
错误原因:OBServer 节点在同一个选举周期中同时收到连任和切主消息。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7037 (HY000) : Receive duplicated prepare/vote msg with same T1 timestamp
OceanBase 错误码:7037
错误原因:OBServer 节点在同一个选举周期中同时收到重复的连任/拉票请求。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7038 (HY000) : T1 timestamp is not match
OceanBase 错误码:7038
错误原因:选举消息缓存池中缓存的选举消息的周期与所需不符。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7039 (HY000) : not reach majority
OceanBase 错误码:7039
错误原因:副本收到的响应信息不足多数派。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7040 (HY000) : over majority
OceanBase 错误码:7040
错误原因:副本收到的响应信息超过多数派。
解决方式:内部错误码。请联系技术支持人员协助排查。
ERROR 7041 (HY000) : election priority mechanism changed, maybe during upgrading
OceanBase 错误码:7041
错误原因:选举优先级在跨版本升级的时候,遭遇了不同版本优先级的比较。
解决方式:内部错误码。预期只在升级期间报告,请联系技术支持人员协助排查。
ERROR 7113 (HY000) : compare tablet transfer seq not match
- OceanBase 错误码:7113
- 错误原因:在底层进行 TABLET 的转移时,发现 SEQUENCE 不匹配。
- 解决方法:请联系技术支持人员协助排查。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7114 (HY000) : transfer detect active trans
- OceanBase 错误码:7114
- 错误原因:在负载均衡任务底层进行 TABLET 的转移时,检测到有活跃事务。
- 解决方法:在负载均衡时开启主动杀事务,杀事务可以通过
_enable_balance_kill_transaction和_balance_kill_transaction_threshold配置项查看。若问题还未解决,请联系技术支持人员协助排查。
相关问题案例:
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7115 (HY000) : transfer src ls does not exist
- OceanBase 错误码:7115
- 错误原因:指定的源文件或目录不存在。
- 解决方法:请联系技术支持工程师协助排查。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7116 (HY000) : transfer src tablet does not exist
- OceanBase 错误码:7116
- 错误原因:指定的源数据表不存在。
- 解决方法:请联系技术支持工程师协助排查。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7117 (HY000) : ls need rebuild
- OceanBase 错误码:7117
- 错误原因:在进行数据传输时,检测到需要重建索引或元数据。
- 解决方法:重建索引或元数据。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7118 (HY000) : obsolete clog need skip
- OceanBase 错误码:7118
- 错误原因:在执行垃圾回收操作时,发现了过时的 Clog 日志,需要跳过该日志。
- 解决方式:无需处理。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7119 (HY000) : transfer wait transactions end timeout
- OceanBase 错误码:7119
- 错误原因:在执行转移等待事务结束操作时发生了超时。
- 解决方式:调整转移等待事务结束的超时时间设置,确保能够充分等待所有事务结束。
相关问题案例:
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7120 (HY000) : tablet GC lock conflict
- OceanBase 错误码:7120
- 错误原因:Tablet 垃圾回收锁冲突。
- 解决方式:无需处理。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7121 (HY000) : compare sequence not match
OceanBase 错误码:7121
错误原因:单调递增序列号不匹配。
解决方法:后台线程识别出单调递增的序列号不匹配,会尝试新的序列号进行重试。
说明
该错误码从 V4.2.1 版本开始引入。
ERROR 7122 (HY000) : compare sequence too small
OceanBase 错误码:7122
错误原因:单调递增的序列号比已经存在的序列号小。
解决方法:后台线程的序列号比已经存在的序列号小,说明已被其他的线程抢占,后台线程会进行重试。
说明
该错误码从 V4.2.1 版本开始引入。
ERROR 7123 (HY000) : transfer cannot start
OceanBase 错误码:7123
错误原因:负载均衡无法启动。
解决方法:RS 会重新调度 Transfer 进行重试,如果持续在报错,需要联系技术支持介入进行排查。
说明
该错误码从 V4.2.2 版本开始引入。
ERROR 7201 (HY000) : Binary geometry function given two geometries of different srids.Binary geometry function %s given two geometries of different srids: %u and %u, which should have been identical
- OceanBase 错误码:7201
- 兼容 MySQL 错误码:3033
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7202(HY000) : Calling geometry function with unsupported types of arguments.Calling geometry function %s with unsupported types of arguments
- OceanBase 错误码:7202
- 兼容 MySQL 错误码:3034
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7203(HY000) : Unknown GIS error occurred in function.Unknown GIS error occurred in function %s
- OceanBase 错误码:7203
- 兼容 MySQL 错误码:3035
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7204(HY000) : Unknown exception caught in GIS function.Unknown exception caught in GIS function %s
- OceanBase 错误码:7204
- 兼容 MySQL 错误码:3036
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7205(22023) : Invalid GIS data provided to function.Invalid GIS data provided to function %s
- OceanBase 错误码:7205
- 兼容 MySQL 错误码:3037
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7206(HY000) : The geometry has no data in function.The geometry has no data in function %s
- OceanBase 错误码:7206
- 兼容 MySQL 错误码:3038
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7207(HY000) : Unable to calculate centroid because geometry is empty in function.Unable to calculate centroid because geometry is empty in function %s
- OceanBase 错误码:7207
- 兼容 MySQL 错误码:3039
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7208(HY000) : Geometry overlay calculation error: geometry data is invalid in function.Geometry overlay calculation error: geometry data is invalid in function %s
- OceanBase 错误码:7208
- 兼容 MySQL 错误码:3040
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7209(HY000) : Geometry turn info calculation error: geometry data is invalid in function.Geometry turn info calculation error: geometry data is invalid in function %s
- OceanBase 错误码:7209
- 兼容 MySQL 错误码:3041
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7210(HY000) : Analysis procedures of intersection points interrupted unexpectedly in function.Analysis procedures of intersection points interrupted unexpectedly in function %s
- OceanBase 错误码:7210
- 兼容 MySQL 错误码:3042
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7211(HY000) : Unknown exception thrown in function.Unknown exception thrown in function %s
- OceanBase 错误码:7211
- 兼容 MySQL 错误码:3043
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7212(HY000) : Geometry byte string must be little endian
- OceanBase 错误码:7212
- 兼容 MySQL 错误码:3055
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7213(HY000) : Do not support online operation on table with GIS index
- OceanBase 错误码:7213
- 兼容 MySQL 错误码:3060
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7214(HY000) : Inconsistent intersection points.Inconsistent intersection points
- OceanBase 错误码:7214
- 兼容 MySQL 错误码:3122
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7215(HY000) : Parameter exceeds the maximum number of points in a geometryin function.Parameter %s exceeds the maximum number of points in a geometry (%lu) in function %s
- OceanBase 错误码:7215
- 兼容 MySQL 错误码:3134
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7216(22S01) : value is a geometry of unexpected type.%.64s value is a geometry of unexpected type %.64s in %.64s
- OceanBase 错误码:7216
- 兼容 MySQL 错误码:3516
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7217(SR002) : Can't parse the spatial reference system definition of SRID.Can't parse the spatial reference system definition of SRID %u
- OceanBase 错误码:7217
- 兼容 MySQL 错误码:3517
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7218(SR003) : The spatial reference system definition for SRID does not specify the mandatory (EPSG) projection parameter.The spatial reference system definition for SRID %u does not specify the mandatory %s (EPSG %u) projection parameter
- OceanBase 错误码:7218
- 兼容 MySQL 错误码:3518
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7219(01000) : There's no spatial reference system with SRID.There's no spatial reference system with SRID %u
- OceanBase 错误码:7219
- 兼容 MySQL 错误码:3519
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7220(22S00) : Function %s is only defined for Cartesian spatial reference systems, but one of its arguments is in SRID %u, which is not Cartesian.Function %s is only defined for Cartesian spatial reference systems, but one of its arguments is in SRID %u, which is not Cartesian
- OceanBase 错误码:7220
- 兼容 MySQL 错误码:3520
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7221(SR001) : Function is only defined for Cartesian spatial reference systems, but one of its arguments is in SRID, which has not been defined.Function %s is only defined for Cartesian spatial reference systems, but one of its arguments is in SRID %u, which has not been defined
- OceanBase 错误码:7221
- 兼容 MySQL 错误码:3521
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7222(SR001) : There's no spatial reference system with SRID.There's no spatial reference system with SRID %u
- OceanBase 错误码:7222
- 兼容 MySQL 错误码:3548
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7223(01000) : There's no spatial reference system with SRID. The axis order is unknown.There's no spatial reference system with SRID %u. The axis order is unknown
- OceanBase 错误码:7223
- 兼容 MySQL 错误码:3565
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7224(22S00) : It has not been implemented for geographic spatial reference systems.%.192s(%.80s) has not been implemented for geographic spatial reference systems
- OceanBase 错误码:7224
- 兼容 MySQL 错误码:3618
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7225(HY000) : The SRID of the geometry does not match the SRID of the column. The SRID of the geometry is %lu, but the SRID of the column is %lu. Consider changing the SRID of the geometry or the SRID property of the column
- OceanBase 错误码:7225
- 兼容 MySQL 错误码:3643
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7226(HY000) : The SRID specification on the column cannot be changed because there is a spatial index on the column.The SRID specification on the column '%.64s' cannot be changed because there is a spatial index on the column. Please remove the spatial index before altering the SRID specification
- OceanBase 错误码:7226
- 兼容 MySQL 错误码:3644
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7227(HY000) : The spatial index on column will not be used by the query optimizer since the column does not have an SRID attribute.The spatial index on column '%.64s' will not be used by the query optimizer since the column does not have an SRID attribute. Consider adding an SRID attribute to the column
- OceanBase 错误码:7227
- 兼容 MySQL 错误码:3674
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7228(22S00) : Function is only defined for SRID 0 and SRID 4326.Function %.192s is only defined for SRID 0 and SRID 4326
- OceanBase 错误码:7228
- 兼容 MySQL 错误码:3682
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7229(22S00) : It has not been implemented for Cartesian spatial reference systems.%.192s(%.80s) has not been implemented for Cartesian spatial reference systems
- OceanBase 错误码:7229
- 兼容 MySQL 错误码:3704
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7230(22S00) : It has not been implemented for projected spatial reference systems.%.192s(%.80s) has not been implemented for projected spatial reference systems
- OceanBase 错误码:7230
- 兼容 MySQL 错误码:3705
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7231(SR006) : Missing mandatory attribute.Missing mandatory attribute %s
- OceanBase 错误码:7231
- 兼容 MySQL 错误码:3708
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7232(SR006) : Multiple definitions of attribute.Multiple definitions of attribute %s
- OceanBase 错误码:7232
- 兼容 MySQL 错误码:3709
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7233(SR006) : The spatial reference system name can't be an empty string or start or end with whitespace
- OceanBase 错误码:7233
- 兼容 MySQL 错误码:3710
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7234(SR006) : The organization name can't be an empty string or start or end with whitespace
- OceanBase 错误码:7234
- 兼容 MySQL 错误码:3711
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7235(SR004) : There is already a spatial reference system with SRID.There is already a spatial reference system with SRID %u
- OceanBase 错误码:7235
- 兼容 MySQL 错误码:3712
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7236(01S00) : There is already a spatial reference system with SRID.There is already a spatial reference system with SRID %u
- OceanBase 错误码:7236
- 兼容 MySQL 错误码:3713
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7237(SR000) : SRID 0 is not modifiable
- OceanBase 错误码:7237
- 兼容 MySQL 错误码:3713
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7238(01S01) : The SRID range has been reserved for system use. SRSs in this range may be added, modified or removed without warning during upgrade.The SRID range [%u, %u] has been reserved for system use. SRSs in this range may be added, modified or removed without warning during upgrade
- OceanBase 错误码:7238
- 兼容 MySQL 错误码:3715
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7239(SR005) : Can't modify SRID. There is at least one column depending on it.Can't modify SRID %u. There is at least one column depending on it
- OceanBase 错误码:7239
- 兼容 MySQL 错误码:3716
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7240(SR006) : Invalid character in attribute.Invalid character in attribute %s
- OceanBase 错误码:7240
- 兼容 MySQL 错误码:3717
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7241(SR006) : Attribute is too long.Attribute %s is too long. The maximum length is %u characters
- OceanBase 错误码:7241
- 兼容 MySQL 错误码:3717
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7242(22S00) : Function is only defined for geographic spatial reference systems, but one of its arguments is in SRID, which is not geographic.Function %s is only defined for geographic spatial reference systems, but one of its arguments is in SRID %u, which is not geographic
- OceanBase 错误码:7242
- 兼容 MySQL 错误码:3726
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7243(22023) : Function encountered a polygon that was too large. Polygons must cover less than half the planet.Function %s encountered a polygon that was too large. Polygons must cover less than half the planet
- OceanBase 错误码:7243
- 兼容 MySQL 错误码:3727
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7244(HY000) : Spatial indexes can't be primary or unique indexes
- OceanBase 错误码:7244
- 兼容 MySQL 错误码:3728
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7245(HY000) : The index type is not supported for spatial indexes.The index type %.20s is not supported for spatial indexes
- OceanBase 错误码:7245
- 兼容 MySQL 错误码:3729
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7246(22S02) : A parameter of function contains a geometry with longitude, which is out of range.A parameter of function %.192s contains a geometry with longitude %f, which is out of range. It must be within (%f, %f]
- OceanBase 错误码:7246
- 兼容 MySQL 错误码:3731
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7247(22S03) : A parameter of function contains a geometry with latitude, which is out of range.A parameter of function %.192s contains a geometry with latitude %f, which is out of range. It must be within [%f, %f]
- OceanBase 错误码:7247
- 兼容 MySQL 错误码:3732
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7248(SR002) : The spatial reference system definition for SRID specifies invalid geographic axes. One axis must be NORTH or SOUTH and the other must be EAST or WEST.he spatial reference system definition for SRID %u specifies invalid geographic axes '%.20s' and '%.20s'. One axis must be NORTH or SOUTH and the other must be EAST or WEST
- OceanBase 错误码:7248
- 兼容 MySQL 错误码:3736
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7249(SR002) : The spatial reference system definition for SRID specifies invalid geographic axes. One axis must be NORTH or SOUTH and the other must be EAST or WEST.he spatial reference system definition for SRID %u specifies invalid geographic axes '%.20s' and '%.20s'. One axis must be NORTH or SOUTH and the other must be EAST or WEST
- OceanBase 错误码:7249
- 兼容 MySQL 错误码:3737
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7250(SR002) : The inverse flattening must be larger than 1.0, or 0.0 if the ellipsoid is a sphere
- OceanBase 错误码:7250
- 兼容 MySQL 错误码:3738
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7251(SR002) : The angular unit conversion factor must be a positive number
- OceanBase 错误码:7251
- 兼容 MySQL 错误码:3739
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7252(SR002) : The prime meridian must be within (*180, 180] degrees, specified in the SRS angular unit
- OceanBase 错误码:7252
- 兼容 MySQL 错误码:3740
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7253(22S00) : Transformation from SRID is not supported.Transformation from SRID %u is not supported
- OceanBase 错误码:7253
- 兼容 MySQL 错误码:3741
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7254(22S00) : Transformation to SRID is not supported.Transformation to SRID %u is not supported
- OceanBase 错误码:7254
- 兼容 MySQL 错误码:3742
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7255(22S00) : Transformation from SRID %u is not supported. The spatial reference system has no TOWGS84 clause
- OceanBase 错误码:7255
- 兼容 MySQL 错误码:3743
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7256(22S00) : Transformation to SRID %u is not supported. The spatial reference system has no TOWGS84 clause
- OceanBase 错误码:7256
- 兼容 MySQL 错误码:3744
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7257(42000) : Cannot create a functional index on a function that returns a JSON or GEOMETRY value
- OceanBase 错误码:7257
- 兼容 MySQL 错误码:3753
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7258(HY000) : Spatial functional index is not supported
- OceanBase 错误码:7258
- 兼容 MySQL 错误码:3760
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7259(SU001) : The geometry passed to function is in SRID 0, which doesn't specify a length unit. Can't convert.The geometry passed to function %s is in SRID 0, which doesn't specify a length unit. Can't convert to '%s'
- OceanBase 错误码:7259
- 兼容 MySQL 错误码:3882
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7260(22S01) : Invalid cast.Invalid cast from %s to %s
- OceanBase 错误码:7260
- 兼容 MySQL 错误码:4032
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7261(22S04) : Invalid cast. A polygon ring is in the wrong direction.Invalid cast from %s to %s. A polygon ring is in the wrong direction
- OceanBase 错误码:7261
- 兼容 MySQL 错误码:4033
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7262(22S05) : Arguments to function contains geometries with different SRIDs. All geometries must have the same SRID.Arguments to function %s contains geometries with different SRIDs: %u and %u. All geometries must have the same SRID
- OceanBase 错误码:7262
- 兼容 MySQL 错误码:4034
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7263(22S02) : Longitude is out of range in function.Longitude %f is out of range in function %.192s. It must be within (%f, %f]
- OceanBase 错误码:7263
- 兼容 MySQL 错误码:3616
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7264(22S03) : Latitude is out of range in function.Latitude %f is out of range in function %.192s. It must be within [%f, %f]
- OceanBase 错误码:7264
- 兼容 MySQL 错误码:3617
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7265(HY000) : Memory allocation error.Memory allocation error: %*.256s in function %s
- OceanBase 错误码:7265
- 兼容 MySQL 错误码:3044
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7266(HY000) : Domain error.Domain error: %*.256s in function %s
- OceanBase 错误码:7266
- 兼容 MySQL 错误码:3045
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7267(HY000) : Length error.Length error: %*.256s in function %s
- OceanBase 错误码:7267
- 兼容 MySQL 错误码:3046
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7268(HY000) : Invalid argument error.Invalid argument error: %*.256s in function %s
- OceanBase 错误码:7268
- 兼容 MySQL 错误码:3047
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7269(HY000) : Out of range error.Out of range error: %*.256s in function %s
- OceanBase 错误码:7269
- 兼容 MySQL 错误码:3048
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7270(HY000) : Overflow error.Overflow error: %*.256s in function %s
- OceanBase 错误码:7270
- 兼容 MySQL 错误码:3049
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7271(HY000) : Range error.Range error: %*.256s in function %s
- OceanBase 错误码:7271
- 兼容 MySQL 错误码:3050
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7272(HY000) : Underflow error.Underflow error: %*.256s in function %s
- OceanBase 错误码:7272
- 兼容 MySQL 错误码:3051
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7273(HY000) : Logic error.Logic error: %*.256s in function %s
- OceanBase 错误码:7273
- 兼容 MySQL 错误码:3052
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7274(HY000) : Runtime error.Runtime error: %*.256s in function %s
- OceanBase 错误码:7274
- 兼容 MySQL 错误码:3053
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7275(HY000) : Unknown exception: %*.384s in function %s
- OceanBase 错误码:7275
- 兼容 MySQL 错误码:3054
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7276(22003) : Cannot get geometry object from data you send to the GEOMETRY field
- OceanBase 错误码:7276
- 兼容 MySQL 错误码:1416
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7277(HY000) : Incorrect usage of srid, srid column attribute only support in geometry
- OceanBase 错误码:7277
- 兼容 MySQL 错误码:1221
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7278(HY000) : Incorrect usage of spatial/fulltext/hash index and explicit index order
- OceanBase 错误码:7278
- 兼容 MySQL 错误码:1221
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7279(42000) : A SPATIAL index may only contain a geometrical type column
- OceanBase 错误码:7279
- 兼容 MySQL 错误码:1687
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7280(42000) : All parts of a SPATIAL index must be NOT NULL
- OceanBase 错误码:7280
- 兼容 MySQL 错误码:1252
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7281(HY000) : The index type is not supported for spatial indexes.The index type %s is not supported for spatial indexes
- OceanBase 错误码:7281
- 兼容 MySQL 错误码:3729
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7282(SU001) : There's no unit of measure.There's no unit of measure named '%s'
- OceanBase 错误码:7282
- 兼容 MySQL 错误码:3902
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7283(22023) : The string is not a valid key value pair in function.The string '%.192s' is not a valid key %c value pair in function %.192s
- OceanBase 错误码:7283
- 兼容 MySQL 错误码:3560
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7284(22023) : Invalid radius provided to function: Radius must be greater than zero.Invalid radius provided to function %s: Radius(%lf) must be greater than zero
- OceanBase 错误码:7284
- 兼容 MySQL 错误码:3706
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7285(SR001) : Spatial reference system is empty
- OceanBase 错误码:7285
- 兼容 MySQL 错误码:3548
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7286(22023) : Invalid option key in function.Invalid option key '%.192s' in function %.192s
- OceanBase 错误码:7286
- 兼容 MySQL 错误码:3558
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7287(22023) : Invalid value for option in function.Invalid value '%.192s' for option '%.192s' in function '%.192s'
- OceanBase 错误码:7287
- 兼容 MySQL 错误码:3559
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7288(22S01) : Unknown WKB type.Unknown WKB type(%d)! Full WKB type number was (%d)
- OceanBase 错误码:7288
- 兼容 MySQL 错误码:3516
说明
该错误码从 V4.1.0 版本开始引入。
ERROR 7402 (22000) : Invalid data type for the operation,inconsistent datatypes: expected %s got %s
- OceanBase 错误码:7402
- 错误原因:在 SQL 查询中使用了不兼容的数据类型。
- 解决方法:检查 SQL 查询语句,找出不一致的数据类型,使用 CAST 或 CONVERT 函数将数据类型转换为相同的类型。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7403 (42000) : missing comma
- OceanBase 错误码:7403
- 错误原因:SQL 语句中缺少逗号或逗号使用不正确导致的。
- 解决方法:仔细检查 SQL 语句,查找缺少逗号或逗号使用不正确的位置。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7404 (42000) : invalid xpath expression
- OceanBase 错误码:7404
- 错误原因:在使用 XPath 表达式时,表达式格式不正确或无效。
- 解决方法:检查 XPath 表达式以及检查 XML 数据是否正确。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7405 (42000) : EXTRACTVALUE cannot extract values of multiple nodes
- OceanBase 错误码:7405
- 错误原因:EXTRACTVALUE 函数无法从多个节点中提取值。
- 解决方法:使用其他函数或重新设计XPATH查询语句。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7406 (42000) : Cannot convert XML fragment to the required datatype
- OceanBase 错误码:7406
- 错误原因:将 XML 片段转换为所需的数据类型时,数据类型不匹配或无效。
- 解决方法:检查数据类型或 XML 数据是否正确。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7407 (42000) : The specified printing option is invalid
- OceanBase 错误码:7407
- 错误原因:指定的打印选项无效。
- 解决方法:检查打印选项是否正确。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7408 (42000) : character length specified for XMLSerialize is too small.
- OceanBase 错误码:7408
- 错误原因:在使用 XMLSerialize 函数时,指定返回类型的字符长度太小。
- 解决方法:检查字符长度或数据大小,确保足够容纳所有数据。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7409 (42000) : Given XPATH expression not supported
- OceanBase 错误码:7409
- 错误原因:XPath 表达式不被支持。
- 解决方法:检查使用的 XPath 表达式是否正确,以及数据库版本是否支持使用该 XPath 表达式。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7410 (42000) : EXTRACTVALUE can only retrieve value of leaf node
- OceanBase 错误码:7410
- 错误原因:使用 EXTRACTVALUE 函数时,尝试从非叶节点中提取值。
- 解决方法:检查 XPath 表达式是否正确,确保表达式指向叶节点。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7411 (42000) : Cannot insert XML fragments
- OceanBase 错误码:7411
- 错误原因:尝试插入无效的 XML文档。
- 解决方法:
- 检查 XML 数据:可以检查要插入的 XML 数据是否完整,确保数据符合 XML 文档规范。
- 使用 XMLType 数据类型:可以使用 XMLType 数据类型,以便将 XML 数据存储为单独的 XMLType 列。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7412 (42000) : cannot ORDER objects without MAP or ORDER method
- OceanBase 错误码:7412
- 错误原因: 在比较对象时,对象没有定义 MAP 或 ORDER 方法。
- 解决方法:
- 定义 MAP 或 ORDER 方法:可以在对象的定义中定义 MAP 或 ORDER 方法,以便在排序时使用。MAP 方法用于将对象映射到一个标量值,ORDER 方法用于比较两个对象的大小。
- 修改排序方式:如果无法定义 MAP 或 ORDER 方法,可以考虑修改排序方式,使用其他方式进行排序,例如使用其他列进行排序。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7413 (42000) : parameter %d of function XMLELEMENT must be aliased
- OceanBase 错误码:7413
- 错误原因:XMLELEMENT() 函数的第 n 个属性参数没有别名。
- 解决方法:
- 检查 XMLELEMENT() 函数属性的语法,确认其是否正确有效。
- 确认 XMLELEMENT() 函数的属性参数是否指定别名。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7414 (42000) : invalid alteration of datatype
- OceanBase 错误码:7414
- 错误原因:尝试更改数据类型时,数据类型不允许更改或更改后的数据类型无效。
- 解决方法:
- 检查数据类型:检查要更改的数据类型是否允许更改,确保更改后的数据类型有效。
- 检查数据大小:检查要更改的数据大小,确保更改后的数据类型可以容纳所有数据。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7415 (42000) : invalid modification of columns
- OceanBase 错误码:7415
- 错误原因:尝试修改不允许修改的列或表结构。
- 解决方法:
- 检查表结构:可以检查要修改的表结构,确保表结构允许进行修改。
- 检查列属性:可以检查要修改的列属性,确保列属性允许进行修改。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7416 (42000) : Expected XML tag , got no content
- OceanBase 错误码:7416
- 错误原因:在 XML 数据中,缺少标签内容。
- 解决方法:
- 检查 XML 数据:可以检查 XML 数据是否正确,确保所有标签都有内容。
- 检查 XML 格式:可以检查 XML 格式是否正确,确保所有标签都正确嵌套和关闭。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7417 (42000) : cannot create index on expression with datatype ADT '%.*s'
- OceanBase 错误码:7417
- 错误原因:尝试在 ADT(抽象数据类型)表达式上创建索引。
- 解决方法:检查要创建索引的表结构,确保表结构不包含 ADT 类型的列。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7418 (42000) : XML nodes must be updated with valid nodes and of the same type
- OceanBase 错误码:7418
- 错误原因:在更新 XML 节点时,更新值使用了无效的节点或节点类型。
- 解决方法:检查要更新的节点类型是否正确,确保节点类型匹配。
说明
该错误码从 V4.2.0 版本开始引入。
ERROR 7419 (HY000) : LOB value does not exist
- OceanBase 错误码:7419
- 错误原因:在尝试访问 LOB 值时,该值不存在。
- 解决方式:检查 LOB 值所在的表或索引是否存在或已经被删除,确认是否可以重新恢复该表或索引。
说明
该错误码从 V4.2.0 版本开始引入。