Start of change

ADB8074E Parent table space name not found. Please include CREATE TABLESPACE statement. Table space is required to create table. Table space may be implicitly dropped via a DROP TABLE statement and not recreated.

Explanation

The table space in which the table is to be created was not found.

This missing table space could be due to a prior DROP TABLE operation. Beginning in Db2 12 function level 506, a DROP TABLE operation implicitly drops the parent table space.

name
The name of the table space.

System action

Processing stops.

User response

Add the CREATE TABLESPACE statement for the parent table space to the DDL.
End of change