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