本文介绍与异构数据库访问相关的错误码。

错误码消息错误原因
0A000dblink unsupported service: %s创建不支持的异构数据库。
0A000linkName can not be empty异构数据库链接的名称不能为空。
0A000remote only support select/insert/delete/update operations in dblink目前,KaiwuDB 只支持对异构数据库进行 SELECTINSERTDELETEUPDATE 操作。
01000a dblink with the name %s already exists重复创建同名的异构数据库链接。
01000%s user does not have %v dblink information删除异构数据库链接时,异构数据库链接的名称不存在。
22023invalid ADDR format, expected 'IP:PORT' but got '%s'错误的 IP 格式。
22023invalid IP address '%s'错误的 IP 地址。
22023invalid port '%s', should be a number between 1 and 65535错误的端口号。
42601all table reference must use table@link format in dblink表名应遵循 table@link 格式。
42601all table name cannot contain prefix in dblink表名前不能增加前缀。
42601all link names must be the same in dblink不支持不同异构数据库的远程表之间进行混合使用。
42601only one select statement is allowed in dblink不支持嵌套或 UNION 查询。
42601backticks (`) are not allowed in dblink不支持 SQL 语句出现反引号。
42601table aliases do not allow @ symbols in dblink表别名不能出现 @ 符号。
42704%v user does not have %v dblink information该用户没有此异构数据库链接的使用权限。