GAUSS-00171 -- GAUSS-00180
GAUSS-00171: “%s constraints cannot be marked NO INHERIT”
SQLSTATE: 0A000
Description: The constraint that cannot be marked with NO INHERIT is used.
Solution: Modify the SQL statement.
GAUSS-00172: “undefined or invalid action for statement ' alter system '”
SQLSTATE: 42704
Description: The option length is not 1 in the ALTER SYSTEM statement.
Solution: Ensure that the option length is 1.
GAUSS-00173: “unsupported action '%s' for statement ' alter system '”
SQLSTATE: 42704
Description: An unsupported option is used in the ALTER SYSTEM statement.
Solution: Use a supported option. For details, see en-us_topic_0237122075.md.
GAUSS-00174: “undefined action '%s' for statement ' alter system '”
SQLSTATE: 42704
Description: An unsupported option is used in the ALTER SYSTEM statement.
Solution: Use a supported option. For details, see en-us_topic_0237122075.md.
GAUSS-00175: “missing or invalid session ID”
SQLSTATE: 42704
Description: The Session ID value used in the ALTER SYSTEM statement is incorrect.
Solution: Use a correct Session ID value. For details about Session ID values, see the dv_sessions view.
GAUSS-00176: “parameter '%s' is assigned more than once”
SQLSTATE: 42710
Description: Duplicate parameter names exist.
Solution: Ensure that the parameter names in a function are different.
GAUSS-00177: “parameter '%s' is undefined”
SQLSTATE: 42P02
Description: Undefined parameter.
Solution: Modify the SQL statement.
GAUSS-00178: “the parameter located '%d' have been assigned”
SQLSTATE: 42710
Description: A value has been assigned to the parameter mode.
Solution: Modify the SQL statement.
GAUSS-00179: “parameter mode %c doesn't exist”
SQLSTATE: XX000
Description: An invalid parameter mode is used.
Solution: Use a valid parameter mode.
GAUSS-00180: “output argument located '%d' doesnot assigned”
SQLSTATE: XX000
Description: The type of an output parameter is not set.
Solution: Set types for all parameters.