logo  
Google
 

DB2 SQL-Error: -651

SQLState: 54025

Short Description: 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. Programmer response: 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. System action: 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.

 <-  BACK TO INDEX