SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
19-125
Recovery. None.
SQL 21052
Where source-table is the three-part ANSI name of the source table of a
FASTCOPY command.
target-table is the three-part ANSI name of the target table of a FASTCOPY
command.
Cause. The FASTCOPY TABLE or FASTCOPY INDEX command is executed. The
clustering keys for the source and target tables do not satisfy all of the following
conditions:
either both tables have a SYSKEY column or both tables must not have a
SYSKEY column
SYSKEY column, if any, have the same column number in the tables
clustering keys have the same number of columns
each source-target pair of clustering key columns, in key sequence order, have
the same column number in the tables
Effect. The fastcopy operation fails. The source and target tables are available to
other operations.
Recovery. None.
SQL 21053
Where source-index is the three-part ANSI name of the source index of a
FASTCOPY command.
target-index is the three-part ANSI name of the target index of a FASTCOPY
command.
Cause. The FASTCOPY INDEX command is executed. The index specifications for
the source and target tables do not satisfy all of the following conditions:
indexes have the same number of index columns
each source-target pair of index columns, in key sequence order, have the
same column number in the tables
21052 Tables source-table and target-table have incompatible
clustering key specifications.
21053 Indexes source-index and target-index have incompatible
index specifications.