GAUSS-03111 -- GAUSS-03120

GAUSS-03111: “dimension array or low bound array cannot be null”

SQLSTATE: 22004

Description: The array dimension and filled subscript cannot be NULL.

Solution: Check the input parameter.

GAUSS-03112: “could not determine data type of input”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03113: “wrong range of array subscripts”

SQLSTATE: 2202E

Description: The lower limit of the array dimension must be 1.

Solution: Check the input parameter.

GAUSS-03114: “dimension values cannot be null”

SQLSTATE: 22004

Description: Array dimension values cannot be NULL.

Solution: Check the input parameter.

GAUSS-03115: “unrecognized encoding: '%s'”

SQLSTATE: 22023

Description: Failed to find the encoding corresponding to the current string.

Solution: Check the input strings.

GAUSS-03116: “overflow - encode estimate too small”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03117: “overflow - decode estimate too small”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03118: “invalid hexadecimal digit: '%c'”

SQLSTATE: 22023

Description: Hexadecimal characters are invalid.

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

GAUSS-03119: “invalid hexadecimal data: odd number of digits”

SQLSTATE: 22023

Description: The number of digits of the converted hexadecimal characters is an odd number, which is invalid.

Solution: Check the input parameter.

GAUSS-03120: “unexpected '='”

SQLSTATE: 22023

Description: The equal sign (=) exists.

Solution: Check the input parameter.

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