Deleted objects table (DELOBJT)

The deleted objects table contains one row for each object to be deleted. The name of the deleted objects table is DELOBJT. The table is defined in table space OCDELTSP. Table 1 describes the attributes of the columns in the deleted objects table.

The combination of the COLNAME, OBJNAME, VOLSER, and VTOCTOKN columns must be unique throughout the table. However, multiple entries in the table might have the same VOLSER number.

Table 1. Deleted object table column description
Column description Name Index DB2 type DB2 attribute Report label
Collection name COLNAME P CHAR(44) NN COLLECTION_NAME
Object name OBJNAME P CHAR(44) NN OBJECT_NAME
Volume serial number VOLSER PN CHAR(6) NN VOLSER
VTOC token VTOCTOKN P INTEGER NN VTOC_TOKEN
Object size OBJSIZE   INTEGER NN OBJECT_SIZE
Note: The deleted-objects table is used with OAM rewritable media.