SQL/MP Messages Manual
SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual—427720-006
10-26
SQL 8253
Cause. The similarity check failed.
Effect. The statement cannot be executed without recompilation. SQL/MP attempts
auto-recompilation.
Recovery. To avoid future auto-recompilation, objects must meet the conditions of the
similarity check.
SQL 8254
Cause. See the file system error for the cause.
Effect. The SQL executor cannot determine the similarity between the object referred
to at compile time and the object referred to at execution time.
Recovery. Determine the reason for the failure from the file system error code and
correct the problem.
SQL 8255
Cause. The similarity check does not currently support shorthand views or parallel
plans.
Effect. The statement cannot be executed without recompilation. SQL/MP attempts
auto-recompilation.
Recovery. Delete the reference to the shorthand views or disable parallel plans using
the CONTROL QUERY statement.
8253 The compile-time object has a different type than the
run-time object. The error occurred on value-1.
8254 A file system error code was returned while trying to
access the file label for value-1.
8255 The similarity check currently does not support this
object or plan. The error occurred on value-1.