| |
- Causa
- A tabela table-name não pode ser criada em uma tablespace particionada/default porque a mesma já contém uma tabela.
The table space specified in a CREATE TABLE statement is a partitioned, default, or LOB table space in which an existing table already resides.
Only one table may reside in a partitioned, default, or LOB table space.
- Ação do sistema
- The statement cannot be executed.
The specified table was not created.
- Resposta ao Desenvolvedor
- Verify that the correct table space was specified in the CREATE statement.
Do not attempt to create more than one table in a partitioned, default, or LOB table space.
SQLSTATE: 55017
© Copyright IBM Corp.
|
| |