Neoview Messages Manual (Volume 1) (R2.5)

SQL 4193
4193 The schema name prefix volatile-schema-prefix is reserved and
cannot be used.
volatile-schema-prefix
is a reserved schema prefix used internally to manage
volatile tables.
Cause The volatile schema managed by the system uses a reserved schema prefix. This prefix
is a reserved word and cannot be used in an SQL statement.
Effect None.
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.
159