SQL/MP Messages Manual

File-System Messages
HP NonStop SQL/MP Messages Manual427720-006
16-24
SQL 1093
Cause. The new column could not be added because it would have increased the row
length beyond the limit set by the RECLENGTH attribute for the table.
Effect. The operation fails.
Recovery. If possible, specify a smaller column that would fit within the record length
defined for the table; otherwise, re-create the table specifying a sufficiently large
RECLENGTH value that would include the column and any others you want to add.
Reissue the request.
SQL 1094
Cause. The number of columns in the PRIMARY KEY clause of a CREATE TABLE
statement or the number of index columns in a CREATE INDEX statement exceeded
the limit on the number of columns that can make up a key.
Effect. The CREATE TABLE or CREATE INDEX statement fails.
Recovery. Refer to the limits on columns per index or limits on user-defined primary
key length in the SQL/MP Reference Manual. Correct the CREATE statement to define
a shorter key and reissue the statement.
SQL 1095
Cause. The BLOCKSIZE value did not match any valid block sizes. Valid sizes are
512, 1024, 2048, or 4096 bytes.
Effect. The SQL statement fails.
Recovery. Correct the value of the BLOCKSIZE attribute and reissue the statement.
1093 The operation cannot be performed because the resulting
row would exceed the RECLENGTH value defined for the relative
table.
1094 The limit on the number of columns that can make up a
key has been exceeded for indexes or key-sequenced tables.
1095 An invalid value has been supplied for the BLOCKSIZE
attribute.