-651   TABLE DESCRIPTION EXCEEDS MAXIMUM SIZE OF OBJECT DESCRIPTOR.

Explanation

The CREATE TABLE or ALTER TABLE statement causes the table descriptor (record OBD) to exceed the object descriptor size limit of 32KB.

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.

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.

SQLSTATE

54025