Neoview Messages Manual (R2.3)
Recovery These clauses are not supported for materialized views. The materialized view is
partitioned the same way as the underlying base table. Remove the clauses and retry the
statement.
SQL 3425
3425 Embedded embedded-operation expression is not supported with Long
Running Updates.
embedded-operation
is an embedded INSERT, UPDATE or DELETE. statement.
Cause A MULTI COMMIT option has been specified on an embedded statement.
Effect The statement fails to execute and the transaction options do not take affect.
Recovery Use MULTI COMMIT ON only with non-embedded DELETE statement.
SQL 3426
3426 Dynamic parameters and Host variables are not allowed in the WHERE
clause of Long Running Updates.
Cause You specified a Dynamic parameter or Host variable in the WHERE clause of a Long
Running Update statement.
Effect The statement fails to execute.
Recovery Do not use Dynamic parameter or Host variable in the WHERE clause of the Long
Running Update statement.
122 Parser and Compilation Messages (3000 Through 3999)