SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-27
SQL 3112
Cause. You specified a statement with both LIKE and PARTITION clauses, which is
not supported.
Effect. The operation fails.
Recovery. Correct the statement to include one of these clauses.
SQL 3113
Where number is the error number.
Cause. There is an error number in the CONTROL statement you specified.
Effect. The operation fails.
Recovery. Correct the CONTROL statement and resubmit.
SQL 3114
Cause. You specified a statement with both READ WRITE and READ
UNCOMMITTED clauses, which is not supported.
Effect. The operation fails.
Recovery. Correct the statement to include one of these clauses.
SQL 3115
Cause. You specified a statement with duplicate ISOLATION LEVEL clauses.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3112 The LIKE clause and PARTITION clause cannot coexist in
the same statement.
3113 Error in CONTROL statement: number
3114 Transaction access mode READ WRITE is incompatible with
isolation level READ UNCOMMITTED.
3115 Duplicate ISOLATION LEVEL clauses were specified.