SQL/MP Messages Manual

SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual427720-006
3-69
SQL 1430
Cause. Stated in the warning message.
Effect. None.
Recovery. Informational message only; no corrective action is needed.
SQL 1431
Cause. Stated in the warning message.
Effect. None.
Recovery. Informational message only; no corrective action is needed.
SQL 1432
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Correct the syntax by adding PARTONLY and reissue the statement.
SQL 1433
Cause. Either you meant to specify a key-sequenced table but specified another table
type, or you attempted to add to a relative or entry-sequenced table.
Effect. The statement fails.
Recovery. If you specified the wrong table type, specify a key-sequenced table. To
add a partition to a relative or entry-sequenced table, use the ADD PARTITION
command. To move a partition of a relative or entry-sequenced table, use an ALTER...
MOVE TO clause; this moves the entire partition to another disk volume.
1430 You cannot alter the extents of an entry-sequenced or
relative file. The option will be ignored.
1431 You cannot change slack percentages for an entry-
sequenced or relative file. The option will be ignored.
1432 The PARTONLY keyword is required when altering a
partitioned table or index.
1433 A partition split can be performed only on a key-
sequenced table.