SQL/MP Messages Manual
SQL Compiler Optimizer Messages (6000 to 6999)
HP NonStop SQL/MP Messages Manual—427720-006
8-8
SQL 6026
Cause. The CONTROL TABLE directive specifying MDAM ON for a table cannot be
enforced if CONTROL QUERY sets MDAM OFF.
Effect. The statement fails.
Recovery. Use either the CONTROL TABLE directive with MDAM ON for the table or
the CONTROL QUERY MDAM OFF, but not both.
SQL 6101
Cause. An internal structure or variable reached the limit of its capacity. The query is
too large or complex.
Effect. The statement does not compile.
Recovery. Simplify the query or divide it into smaller steps. If the query uses a
shorthand view, consider whether the view definition can be simplified.
SQL 6102
Cause. The statement has an expression whose version is greater than the minimum
disk process version for all partitions of the referenced table. This disk process will not
be able to evaluate the expression.
Effect. The statement does not compile.
Recovery. Upgrade the disk process for all partitions of the table to a version that
supports the expression, or remove the expression from the statement.
6026 A CONTROL TABLE directive specified MDAM ON for a table
when a CONTROL QUERY MDAM OFF directive was in effect.
6101 Statement size and complexity are beyond the capacity of
the present version of the SQL compiler optimizer.
6102 The statement contains a expression whose version is
greater than the version of the disk process for the
referenced table.