Neoview Messages Manual (R2.2)
Effect None.
Recovery Either remove the volatile table name from the SQL statement, or ensure that the
table name is fully qualified.
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.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4203
4203 Insert/Update/Delete operation on non-audited table name requires
index maintenance which may cause the index(es) to become corrupt.
Cause You attempted to perform an INSERT, UPDATE, or DELETE operation on a
nonaudited table and IUD_NONAUDITED_INDEX_MAINT is set to WARN. This message
appears as an warning.
Effect The Neoview database software performs the INSERT, UPDATE, or DELETE operation.
If the operation encounters an error, you will see other messages about that condition.
Recovery Informational message only; no corrective action is needed.
SQL 4204
4204 Stream access is supported for only key-sequenced tables. Table:
name.
Cause You attempted to use stream access on a table that is not key-sequenced, which is
required.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4205
4205 Embedded name1 is supported for only key-sequenced tables. Table:
name2.
153