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 data of the FLOAT type is invalid.
Solution: Ensure that the data of the FLOAT type 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 of the ORIENTATION option is invalid.
Solution: Ensure that the parameter of the ORIENTATION option is valid and perform the operation again.
GAUSS-03627: “Invalid string for 'COMPRESSION' option”
SQLSTATE: 22023
Description: The parameter of the COMPRESSION option is invalid.
Solution: Ensure that the parameter of the COMPRESSION option is valid and perform the operation again.
GAUSS-03628: “unrecognized StrategyNumber: %d”
SQLSTATE: XX000
Description: The strategy is incorrect.
Solution: A preventive error mechanism. Contact technical support.
GAUSS-03629: “missing oprcode for operator %u”
SQLSTATE: XX000
Description: oprcode is invalid.
Solution: 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 1.
Solution: Ensure that the B-tree index is correctly created.