Neoview Messages Manual (R2.3)
Cause The window frame clause of a window function contains a FOLLOWING term.
Effect The operation fails.
Recovery Rewrite the query and exclude any FOLLOWING term.
SQL 4345
4345 Window and Sequence functions cannot be used together.
Cause Both the window and sequence function syntax were used together.
Effect The operation fails.
Recovery Rewrite the query to contain either a valid window frame clause or sequence
functions.
SQL 4346
4346 Window functions can be placed only in the select list.
Cause Window functions can be placed only in the select list.
Effect The operation fails.
Recovery Rewrite the query so that windows functions are placed only in the select list.
SQL 4350
4350 Invalid operation on view $0~Tablename: Long Running Updates are
not supported on views.
view-name
name of view on which the LRU was attempted.
Cause You attempted an LRU update operation on a view.
Effect The statement fails to execute.
Recovery Rewrite the statement to use an LRU delete on a base table or use a regular delete
on the view.
SQL 4351
4351 Set Transaction MULTI COMMIT option is only supported for DELETE
statements.
Cause MULTI COMMIT was specified on a statement other than DELETE.
Effect The statement fails to execute.
Recovery Use MULTI COMMIT ON with DELETE statement only.
SQL 4352
4352 SET TRANSACTION MULTI COMMIT ON is not compatible with the following
options: a) READ UNCOMMITTED isolation level, b) READ ONLY access mode,
and c) NO ROLLBACK ON option.
Cause You attempted to enable the MULTI COMMIT transaction option while isolation
level READ UNCOMMITTED, access mode READ ONLY or NO ROLLBACK transaction
option is enabled.
Effect The statement fails to execute and the transaction options do not take affect.
Recovery Check the transaction setting and disable the offending option.
158 Binder and Compilation Messages (4000 Through 4999)