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

SQL 3067
3067 ALTER TABLE ADD CONSTRAINT allows only DROPPABLE constraints.
Cause You specified an ALTER TABLE ADD CONSTRAINT statement with NOT
DROPPABLE constraints. Only DROPPABLE constraints are allowed.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3068
3068 The ALLOCATE and DEALLOCATE clauses cannot coexist in the same
ALTER INDEX statement.
Cause You specified an ALTER INDEX statement with both an ALLOCATE and a
DEALLOCATE clause, which is not supported.
Effect The HP Neoview database software ignores the ALTER INDEX statement.
Recovery Correct the ALTER INDEX statement to include either ALLOCATE or
DEALLOCATE.
SQL 3070
3070 The [NO]AUDIT clause is not supported.
Cause You specified the [NO]AUDIT clause, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3071
3071 Duplicate [NO]AUDITCOMPRESS clauses were specified.
Cause You specified duplicate [NO]AUDITCOMPRESS clauses.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3072
3072 The attribute clause is not allowed in the ALTER object ...
ATTRIBUTE(S) statement.
attribute
is either the BLOCKSIZE clause SYSGEN required or the Row FORMAT clause.
object
is TABLE or INDEX.
Cause You specified an ALTER INDEX...ATTRIBUTE(S) statement or an ALTER
TABLE...ATTRIBUTES statement that includes a BLOCKSIZE clause or Row FORMAT clause.
These clauses are not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3073
3073 The [NO]BUFFERED clause is not supported.
Cause You specified a [NO]BUFFERED clause, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
95