SQL/MP Messages Manual

SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual427720-006
3-40
SQL 1251
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. For a CREATE TABLE statement, include the PRIMARY KEY clause or
CLUSTERING KEY clause, and reissue the statement. If you are attempting to add a
partition (ALTER statement), re-create the table with a user-defined primary key or
clustering key, and load the newly created table.
SQL 1252
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. For a CREATE TABLE statement, verify that the row length is less than the
BLOCKSIZE of the table, and reissue the statement.
SQL 1253
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Contact your system manager about obtaining more disk space.
SQL 1254
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Remove the FIRST KEY clause and reissue the statement.
1251 A key-sequenced table with a SYSKEY column as the
primary key cannot be partitioned.
1252 The row length of the table is too long for the
BLOCKSIZE specified for the table.
1253 The extents could not be allocated because of
insufficient disk space.
1254 The FIRST KEY clause must be omitted for entry-sequenced
and relative tables.