|
- Causa
- AN AUXILIARY TABLE ALREADY EXISTS FOR THE SPECIFIED COLUMN OR PARTITION.
An attempt was made to create an auxiliary table, but an auxiliary table for the specified column or partition already exists.
When the base table belongs to a non-partitioned table space, there can be only one auxiliary table per LOB column of the table.
When the base table belongs to a partitioned table space, for any given LOB column, all values of the LOB column for a given partition are stored
in their own auxiliary table.
There must be one auxiliary table per partition of the base table space.
- Ação do sistema
- The statement is not executed.
- Resposta ao Desenvolvedor
- Check that the correct table name, column name, and if applicable, partition number have been specified.
If a different name is desired for the existing auxiliary table, the RENAME TABLE statement can be used to rename the auxiliary table.
SQLSTATE: 560A5
© Copyright IBM Corp.
|
| |