| |
- Causa
- TABLE DESCRIPTION EXCEEDS MAXIMUM SIZE OF OBJECT DESCRIPTOR.
The CREATE TABLE or ALTER TABLE statement causes the table descriptor (record OBD) to exceed the object descriptor size limit of 32KB.
- Ação do sistema
- The statement is not executed.
For an ALTER TABLE statement, the definition of the table is unchanged.
For a CREATE TABLE statement, the table is not created.
- Resposta ao Desenvolvedor
- Change the statement by reducing either the number or length (or a combination of both) of the user-defined default string constants or check
constraints and execute the statement again.
SQLSTATE: 54025
© Copyright IBM Corp.
|
| |