GAUSS-03121 -- GAUSS-03130

GAUSS-03121: “invalid symbol”

SQLSTATE: 22023

Description: The input character is invalid.

Solution: Check the input parameter.

GAUSS-03122: “invalid end sequence”

SQLSTATE: 22023

Description: The string parsing is incomplete.

Solution: Check the input parameter.

GAUSS-03123: “'char' out of range”

SQLSTATE: 22003

Description: Overflows occur when int4 is converted to char.

Solution: Check the input parameter. For the data value range, see en-us_topic_0237121926.md.

GAUSS-03124: “invalid input syntax for type oid: '%s'”

SQLSTATE: 22P02

Description: A syntax error occurs when the input string is converted to the OID type.

Solution: Check the input parameter.

GAUSS-03125: “value '%s' is out of range for type oid”

SQLSTATE: 22003

Description: The value is out of the OID value range.

Solution: Check the input parameter.

GAUSS-03126: “oidvector has too many elements”

SQLSTATE: 22023

Description: The OID array has too many element values.

Solution: A maximum of 666 values are supported.

GAUSS-03127: “invalid oidvector data”

SQLSTATE: 22P03

Description: The type of the elements in the OID array is not OID.

Solution: Check the input parameter.

GAUSS-03129: “typmod array must be type cstring[]”

SQLSTATE: 2202E

Description: The type of the array processed in the current function must be cstring.

Solution: Check the element type of the array.

GAUSS-03130: “typmod array must be one-dimensional”

SQLSTATE: 2202E

Description: The array processed by the current function must be one-dimensional.

Solution: Check the array dimension.

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel