SQL/MP Messages Manual

SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual427720-006
3-97
SQL 1633
Cause. When moving the boundary between two table or index partitions, the name
specified for the target partition was not adjacent to the source. The target must be
logically prior to the source or logically after the source.
Effect. The statement fails.
Recovery. Specify the correct source and target partition, and reissue the request.
SQL 1634
Cause. When splitting a table or index partition, either the front (prefix) half or the back
(suffix) half of the file can be moved. If the prefix half is being moved, WITH SHARED
ACCESS must be specified.
Effect. The statement fails.
Recovery. Correct the request and rerun.
SQL 1635
Cause. An ALTER TABLE or ALTER INDEX...RECOVER request was made but the
partition specified in the request did not have INCOMPLETE SQLDDL OPERATION
set.
Effect. The statement does nothing.
Recovery. Specify the correct partition, and reissue the request.
1633 Partition value-1 is not adjacent to value-2.
1634 An ALTER statement requested a split of the prefix
portion of a partition to another location. Prefix splits
are currently only supported when WITH SHARED ACCESS is
specified.
1635 Attempting to recover value-1 but there is nothing to
recover.