SQL/MP Messages Manual

File-System Messages
HP NonStop SQL/MP Messages Manual427720-006
16-25
SQL 1096
Cause. Stated in the error message.
Effect. The table or index creation fails.
Recovery. Correct the CREATE statement by increasing the value of BLOCKSIZE,
and reissue the statement.
SQL 1097
Cause. Either the definition of the object is inconsistent (making it inaccessible), or
network access to the object was disabled.
Effect. The SQL statement fails.
Recovery. Generally, the object is off-line because of a failed utility operation, such as
restoring an index. In these cases, the database administrator or system operator
should perform the utility operation again and make sure it succeeds.
SQL 1098
Cause. Either the MAXEXTENTS value exceeded 959, or the combined size of the
partitions would have exceeded the largest allowable table size.
Effect. The ALTER or CREATE statement fails.
Recovery. Refer to the SQL/MP Reference Manual for limits on table size. Correct the
statement and reissue the statement.
1096 The BLOCKSIZE value for this table is too small for the
row length of the table.
1097 Unable to access an object that is off-line or has an
inconsistent definition.
1098 The supplied MAXEXTENTS value is too large, or the total
size of the partitions would exceed the largest allowable
table size.