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

GAUSS-02961 -- GAUSS-02970

GAUSS-02961: "unterminated conversion specifier"

SQLSTATE: 22023

Description: The string in a particular format does not have a terminator.

Solution: Check whether the formatted string is correct.

GAUSS-02962: "argument number is out of range"

SQLSTATE: 22003

Description: The number of parameters matching the schema is not an integer.

Solution: Redefine the string for schema matching and reduce the number of parameters.

GAUSS-02963: "conversion specifies argument 0, but arguments are numbered from 1"

SQLSTATE: 22023

Description: The number of parameters is 0, but the actual number of parameters is one.

Solution: Check the formatted string.

GAUSS-02964: "too few arguments for format"

SQLSTATE: 22023

Description: The number of parameters is too few.

Solution: Ensure that the number of strings in a particular format matches the number of variables in the particular format.

GAUSS-02965: "unrecognized conversion specifier '%c'"

SQLSTATE: 22023

Description: The mode used for converting text to string is incorrect.

Solution: Check the mode used of converting text to string. The value can only be '%s', '%I', or '%L'.

GAUSS-02966: "null values cannot be formatted as an SQL identifier"

SQLSTATE: 22004

Description: When '%I' is used to convert text to string, the input data cannot be NULL.

Solution: Check whether the conversion type is correct.

GAUSS-02967: "custom error code must be between -20000 and -20999"

SQLSTATE: P0001

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02968: "ORA %d: %s"

SQLSTATE: P0001

Description: A piece of error code is displayed.

Solution: Rectify the fault as prompted.

GAUSS-02969: "invalid Datum pointer"

SQLSTATE: 22000

Description: The input data cannot be empty.

Solution: Check the input data.

GAUSS-02970: "invalid typLen: %d"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.