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.