Start of change

-20355   THE STATEMENT COULD NOT BE PROCESSED BECAUSE ONE OR MORE IMPLICITLY CREATED OBJECTS ARE INVOLVED reason-code

Explanation

The statement failed for one of the following reasons, indicated by the reason-code:

1
The statement attempted to create a table or a table space within a database that was implicitly created by DB2®.
2
The statement attempted to define a new column (using CREATE or ALTER TABLE) as LONG VARCHAR or LONG VARGRAPHIC, but the associated table space was implicitly created by DB2.
3
The statement attempted to create an auxiliary table or auxiliary index because these objects have already been implicitly created by DB2.
4
The statement attempted to drop a LOB table space, auxiliary table, or auxiliary index that was implicitly created by DB2.
5
The statement attempted to alter an implicitly created hash overflow index, either by adding the clustering option, by adding columns, or by making it padded.

System action

The statement cannot be processed.

User response

Change the statement to refer to an object that is not involved with implicitly created objects.

SQLSTATE

429BW

End of change