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

materialized-view
is the name of the materialized view.
Cause You attempted to use NOT ATOMIC inserts on a table that is the subject table of a
materialized view.
Effect Compilation of the INSERT statement fails.
Recovery Contact the GMCSC.
SQL 30034
30034 NOT ATOMIC INSERT is not supported on a table that is the subject
table of AFTER triggers. AFTER trigger trigger-name has table table-name
as its subject table.
trigger-name
is the name of the AFTER trigger.
table-name
is the name of the subject table.
Cause You attempted to use NOT ATOMIC inserts on a table that is the subject table of at
least one AFTER trigger.
Effect Compilation of the INSERT operation fails.
Recovery Contact the GMCSC.
SQL 30035
30035 All rows in the NOT ATOMIC INSERT raised an error. No rows have
been inserted.
Cause All rows in the NOT ATOMIC inserts raised nonfatal errors.
Effect No rows are inserted. This is a warning message only.
Recovery Contact the GMCSC.
SQL 30037
30037 The search-condition for a DELETE [FIRST N] statement contains a
rowset.
Cause The search-condition for a DELETE [FIRST N] statement contains a rowset.
Effect The statement does not compile.
Recovery Remove the rowset host variable or parameter from the search-condition.
351