Updated on 2023-12-22 GMT+08:00

GAUSS-03621 -- GAUSS-03630

GAUSS-03621: "value %s out of bounds for option '%s'"

SQLSTATE: XX000

Description: The data value is out of range.

Solution: Ensure that the data value is within the range and perform the operation again.

GAUSS-03622: "invalid value for floating point option '%s': %s"

SQLSTATE: XX000

Description: The FLOAT type data is invalid.

Solution: Ensure that the FLOAT type data is valid and perform the operation again.

GAUSS-03623: "unsupported reloption type %d"

SQLSTATE: XX000

Description: The table definition options contain unsupported data types. Supported data types include Boolean, integer, floating point, and string.

Solution: Specify valid data types.

GAUSS-03624: "unrecognized reloption type %c"

SQLSTATE: XX000

Description: The table definition options contain unsupported data types. Supported data types include Boolean, integer, floating point, and string.

Solution: Specify valid data types.

GAUSS-03625: "reloption '%s' not found in parse table"

SQLSTATE: XX000

Description: A table option specified during table creation does not exist.

Solution: Specify valid options.

GAUSS-03626: "Invalid string for 'ORIENTATION' option"

SQLSTATE: 22023

Description: The parameter for the ORIENTATION option is invalid.

Solution: Ensure that the parameter for the ORIENTATION option is valid and perform the operation again.

GAUSS-03627: "Invalid string for 'COMPRESSION' option"

SQLSTATE: 22023

Description: The parameter for the COMPRESSION option is invalid.

Solution: Ensure that the parameter for the COMPRESSION option is valid and perform the operation again.

GAUSS-03628: "unrecognized StrategyNumber: %d"

SQLSTATE: XX000

Description: The strategy is incorrect.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.

GAUSS-03629: "missing oprcode for operator %u"

SQLSTATE: XX000

Description: oprcode is invalid.

Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.

GAUSS-03630: "btree index keys must be ordered by attribute"

SQLSTATE: XX000

Description: The index attribute column is less than one.

Solution: Ensure that the B-tree index is correctly created.