Neoview Messages Manual (Volume 1) (R2.5)
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3139
3139 A range partitioned index requires a FIRST KEY clause.
Cause You attempted to create a range-partitioned index without a required FIRST KEY
clause.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3140
3140 The isolation level cannot be READ UNCOMMITTED for an INSERT,
UPDATE, DELETE, or DDL statement.
Cause You attempted to perform an INSERT, UPDATE, DELETE, or DDL statement with a
READ UNCOMMITTED isolation level, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3141
3141 The transaction access mode cannot be READ ONLY for an INSERT,
UPDATE, DELETE, or DDL statement.
Cause You attempted to perform an INSERT, UPDATE, DELETE, or DDL statement with a
transaction access mode of READ ONLY, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3142
3142 INTO clause host variables not allowed in a static cursor.
Cause You attempted to create a static cursor with INTO clause host variables, which is not
supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3143
3143 BROWSE or READ UNCOMMITTED access is not allowed on a table value
constructor.
Cause You attempted to create a table value constructor with BROWSE or READ
UNCOMMITTED access, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3145
3145 Positioned UPDATE or DELETE is allowed only in embedded SQL.
Cause You attempted to perform a positioned UPDATE or DELETE, which is supported
only in embedded the HP Neoview database software.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
109