云服务器内容精选

  • GAUSS-04401 -- GAUSS-04410 GAUSS-04401: "The local index %u on the partition %u not exist." SQLSTATE: 42704 错误原因:可能由于drop partition和drop index并发,在drop index的时候可能对应index已经不存在了。 解决办法:调整并发控制 GAUSS-04402: "Path can not include whitespace" SQLSTATE: 22023 错误原因:指定的路径中不能包含空格。 解决办法:重新指定一个不包含空格符的路径。 GAUSS-04403: "Can only access temp objects of the current session." SQLSTATE: 0A000 错误原因:访问了其他session的临时对象。 解决办法:只允许访问本session的临时对象,不支持访问其他session的临时对象。 GAUSS-04404: "cache lookup failed for role %u" SQLSTATE: XX000 错误原因:系统内部错误。 解决办法:请联系技术支持工程师提供技术支持。 GAUSS-04405: "temp relation is invalid because of cluster resizing" SQLSTATE: 0A000 错误原因:扩容/缩容后原有临时表失效。 解决办法: 退出当前session,再重新连接并创建临时表 使用DROP SCHEMA %s, %s CASCADE来删除临时schema,再重建临时表。 GAUSS-04406: "internal relation doesn't allow DELETE" SQLSTATE: XX000 错误原因:内部表对象不允许删除。 解决办法:修改SQL Statement。 GAUSS-04407: "Not allowed to insert into relation pg_auth_history." SQLSTATE: XX000 错误原因:pg_auth_history用于审计账户密码的变更。只有当pg_authid中的账户密码发生变化时才记录相应的变动。如果认为变更,将影响审计。 解决办法:禁止使用insert …into…语句人为向pg_auth_history中插入记录。 GAUSS-04408: "do not support create non-temp table like temp table" SQLSTATE: 0A000 错误原因:创建普通表时使用了like临时表语法,不支持这样使用。 解决办法:不支持创建非临时表like临时表,如果要使用like临时表语法,请将要创建的表也指定为临时表。 GAUSS-04409: "Only the primary key, unique, not null and null will be supported." SQLSTATE: 0A000 错误原因:对于外表只有primary key,unique,not null以及null约束支持。 解决办法:若需要建立约束,请建立primary key,unique,not null以及null约束。 GAUSS-04410: "Only 'NOT ENFORCED' clause is supported for HDFS foreign table informational constraint." SQLSTATE: 0A000 错误原因:信息约束目前对于HDFS外表只支持not enforced。 解决办法:创建外表指定行约束时,加上not enforced属性。 父主题: GAUSS-04401 -- GAUSS-04500
  • GAUSS-04441 -- GAUSS-04450 GAUSS-04441: "Unsupport store format, only support ORC format for DFS table." SQLSTATE: XX000 错误原因:系统内部错误。HDFS表检测数据格式,发现不是ORC格式。 解决办法:修改数据格式。 GAUSS-04442: "'INSERT' is not supported by the type of relation." SQLSTATE: D0011 错误原因:该表不支持insert操作。 解决办法:请联系技术支持工程师提供技术支持。 GAUSS-04443: "'DELETE' is not supported by the type of relation." SQLSTATE: D0011 错误原因:该表不支持delete操作。 解决办法:请联系技术支持工程师提供技术支持。 GAUSS-04444: "'UPDATE' is not supported by the type of relation." SQLSTATE: D0011 错误原因:该表不支持update操作。 解决办法:请联系技术支持工程师提供技术支持。 GAUSS-04445: "Failed to read vector response from Datanodes Detail: %s\n" SQLSTATE: XX000 错误原因:从数据节点接收数据失败。 解决办法:请联系技术支持工程师提供技术支持。 GAUSS-04446: "unsupported batch compress type" SQLSTATE: XX000 错误原因:系统内部错误。使用了不支持的batch压缩方法。 解决办法:请联系技术支持工程师提供技术支持。 GAUSS-04447: "failed to startup stream thread, NodeName: %s, key(%u, %u)" SQLSTATE: 58000 错误原因:stream线程启动失败。 解决办法:检查报错节点所在机器使用ulimit命令的-u参数设置是否太小。 GAUSS-04448: "Distribute query failed due to duplicate query id" SQLSTATE: XX000 错误原因:query ID重复。 解决办法:检查Coordinator是否有重启。 GAUSS-04449: "parent of GROUPING is not Agg node" SQLSTATE: 42P27 错误原因:系统内部错误。 解决办法:请联系技术支持工程师提供技术支持。 GAUSS-04450: "parent of GROUPINGID is not Agg node" SQLSTATE: 42P27 错误原因:系统内部错误。 解决办法:请联系技术支持工程师提供技术支持。 父主题: GAUSS-04401 -- GAUSS-04500
  • GAUSS-04411 -- GAUSS-04420 GAUSS-04411: "Multi-column combined informational constraint is forbidden." SQLSTATE: 0A000 错误原因:不支持多列组合信息约束。 解决办法:在一个列上建立信息约束。 GAUSS-04412: "unrecognized node type %d" SQLSTATE: XX000 错误原因:不识别的节点类型。 解决办法:修改节点类型。 GAUSS-04414: "The number of %s distribute key can not exceed 1" SQLSTATE: 42601 错误原因:非hash分布的表的分布列不能超过1。 解决办法:修改建表语句,指定一个列作为分布列。 GAUSS-04415: "Compatibility args %s is invalid\n" SQLSTATE: 22023 错误原因:指定的兼容行参数不对。 解决办法:指定参数为'ORA'或者'TD'。 GAUSS-04416: "GROUP BY position is not supported in multiple-column update clause" SQLSTATE: 42601 错误原因:多列更新不支持GROUP BY + 数字这种用法。 解决办法:多列更新的语句使用GROUP BY + 列名。 GAUSS-04417: "Alias '%s' reference with window function included is not supported." SQLSTATE: 42703 错误原因:别名引用,被引用的表达式不能包含window function。 解决办法:修改sql语句,不支持该用法。 GAUSS-04418: "Alias '%s' reference with volatile function included is not supported." SQLSTATE: 42703 错误原因:别名引用,被引用的表达式不能包含volatile function。 解决办法:修改sql语句,不支持该用法。 GAUSS-04419: "Alias '%s' is ambiguous." SQLSTATE: 42703 错误原因:使用别名重复。 解决办法:更换别名,避免别名重复。 GAUSS-04420: "Secondary standby xlog's crc is different from standby's" SQLSTATE: XX000 错误原因:从备上存在Xlog日志段文件,但是其CRC与备机日志的CRC不一致。 解决办法:修复原主机,如果原主机无法修复,并且需要备机强制升主,删除从备Xlog文件后对备机进行failover。 父主题: GAUSS-04401 -- GAUSS-04500