Neoview Messages Manual (R2.3)

Recovery Change the schema name provided as part of the two-part name to anything other
than volatile-schema-prefix and reissue the SQL statement.
SQL 4194
4194 Table table-name is a volatile table and not allowed within this
sql statement.
table-name
is the user-specified table name in the statement.
Cause The table name specified is a volatile table that is not allowed in this SQL statement.
Effect None.
Recovery Either remove the volatile table name from the SQL statement, or ensure that the
table name is fully qualified.
SQL 4198
4198 Clustering key columns cannot be specified in the SET clause of
an embedded UPDATE statement.
Cause Clustering key columns were specified in the SET clause of an embedded UPDATE
statement.
Effect The statement does not compile.
Recovery Remove the clustering key columns from the SET clause and compile the statement
again.
SQL 4199
4199 The SET ON ROLLBACK clause cannot be specified when clustering key
columns are specified in the SET clause of an UPDATE statement.
Cause The SET ON ROLLBACK clause was specified when clustering key columns are
being updated.
Effect The statement does not compile.
Recovery Remove the SET ON ROLLBACK clause and compile the statement again.
SQL 4200
4200 Stream expressions are not supported for compound statements.
Cause You attempted to use a stream expression for a compound statement.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4201
4201 Embedded operation expression is not supported for compound
statements.
operation
is an INSERT operation.
Cause You attempted to run a compound statement that contains an embedded INSERT
statement.
Effect The operation fails.
Recovery Modify the statement and resubmit.
SQL 4202
4202 SEQUENCE BY is not supported for embedded name expressions.
Cause You attempted to perform an embedded expression that included SEQUENCE BY.
151