SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual—523730-004
17-61
Cause. This is an internal error.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 20252
Cause. You included more than one request to the MODIFY command. Note that the
REUSE request works only with range-partitioned tables.
Effect. The operation fails.
Recovery. None.
SQL 20253
Cause. The table already has data in the key range specified in the WITH clause of
the REUSE request.
Effect. The operation fails.
Recovery. None.
SQL 20254
Cause. The specified partition contains data, but you did not specify the PURGEDATA
option in the REUSE request.
Effect. The operation fails.
Recovery. None.
20252 Only a single ADD, MOVE, DROP, or REUSE request is
allowed.
20253 The new key range must be empty before you can reuse a
partition.
20254 Partition could not be reused because the partition’s
key range contains data and the PURGEDATA option was not
specified.