GAUSS-03251 -- GAUSS-03260
GAUSS-03251: "time out of range"
SQLSTATE: 22008
Description: Data is out of range.
Solution: Check the original data.
GAUSS-03252: "'time' units '%s' not recognized"
SQLSTATE: 22023
Description: The SQL parameter is incorrect.
Solution: Modify the SQL statement.
GAUSS-03253: "time zone displacement out of range"
SQLSTATE: 22009
Description: Data is out of range.
Solution: Check the original data.
GAUSS-03254: "'time with time zone' units '%s' not recognized"
SQLSTATE: 22023
Description: The SQL parameter is incorrect.
Solution: Modify the SQL statement.
GAUSS-03255: "'interval' time zone '%s' not valid"
SQLSTATE: 22023
Description: Data is invalid.
Solution: Check the original data.
GAUSS-03256: "compressed data is corrupt"
SQLSTATE: XX001
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03257: "value too long for type character(%d)"
SQLSTATE: 22001
The field length defined by Description: is %d, but the length of the inserted field is greater than %d.
Solution: Shorten the length of the inserted field or use ALTER TABLE to change the defined field length.
1
|
ALTER TABLE table_name ALTER COLUMN column_name char(d%); |
GAUSS-03258: "value too long for type character varying(%d)"
SQLSTATE: 22001
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03259: "value too long for type nvarchar2(%d)"
SQLSTATE: 22001
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03260: "SPI_prepare failed for '%s'"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.