Start of change

-4727   SYSTEM PARAMETER system-parameter VALUE parameter-value IS INCONSISTENT WITH CLAUSE clause SPECIFIED ON statement-name STATEMENT.

Explanation

A statement was processed with a clause that is invalid for the system parameter and parameter value that were used.

system-parameter
The name of the system parameter.
parameter-value
The value of the system parameter.
clause
The statement clause that is not permitted in this case.
statement-name
The name of the statement that was processed.

System action

The statement cannot be processed.

Programmer response

Review the syntax and parameter descriptions for the statement identified in the message, or contact the system administrator to find out more about the setting of the system parameter.

SQLSTATE

530A8

End of change