DSNT091I   DSNTXTA HAS ALTERED EXPLAIN TABLE schema-name.table-name. COLUMN column-name WAS change-description

Explanation

The EXPLAIN table has been modified as indicated.

schema-name
The name of the table schema or creator.
table-name
The name of the table.
column-name
The name of the column.
change-description
The alteration that was made to the EXPLAIN table:
RENAMED TO new-name
The column was renamed.
new-name
The new name of the column.
CHANGED FROM old-type TO new-type
The data type of the column was changed.
old-type
The data type used for the column before the change.
new-type
The data type used for the column after the change.
ADDED AS data-type
The column was added to the database.
data-type
The data type used for the new column.

System action

Processing continues.

User response

No action is required.

Severity

0 (informational)