SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual—523730-004
17-63
SQL 20261
Where object-name is the name of the object.
Cause. In the WHERE clause, you did not specify the partition in the request to move
the partition to a new location. When the object has more than one partition, you must
specify the partition.
Effect. The operation fails.
Recovery. None.
SQL 20263
Cause. The INDEX ON option is required for duplicating a source table with unique or
nonclustering primary key constraints.
Effect. The operation fails.
Recovery. Specify the INDEX ON option and resubmit.
SQL 20264
Cause. One or more of the source index names specified in the index-map clause is
not part of the source table.
Effect. The operation fails.
Recovery. Enter the correct source index name and resubmit.
SQL 20265
Where error number is the error returned from the SPI interface.
Where command is the SPI command being processed.
20261 The WHERE clause must be used with object-name because
it has more than one partition.
20263 An invalid DUP operation was specified; The INDEX ON
option is required for duplicating unique and/or
nonclustering primary key constraints.
20264 Invalid index names were specified in index-map. Cannot
perform DUP.
20265 Error error number returned during a call to SPI
command command.