SQL/MP Messages Manual
SQL Compiler Messages
HP NonStop SQL/MP Messages Manual—427720-006
4-12
SQL 2041
Cause. EXPLAIN option conflict. Typical causes are:
•
EXPLAIN and NOEXPLAIN are specified at the same time
•
EXPLAIN is specified more than once
•
An attribute of the EXPLAIN option contradicts another attribute
•
An attribute is specified more than once. For example: EXPLAIN PLAN PLAN.
Effect. The SQL compilation terminates abnormally.
Recovery. Remove the option and recompile.
SQL 2042
Cause. Stated in the error message.
Effect. The SQL compilation terminates abnormally.
Recovery. Remove the duplicate option and recompile.
SQL 2043
Cause. Stated in the error message.
Effect. The SQL compilation terminates abnormally.
Recovery. Remove the duplicate option and recompile.
2041 Conflicting EXPLAIN options or duplicate EXPLAIN options
have been specified.
2042 The OBJECT or NOOBJECT option was specified more than
once.
2043 The CURRENTDEFINES or STOREDDEFINES option was specified
more than once.