Start of change

DSNT089I   DSNTXTA HAS RECREATED EXPLAIN TABLE INDEX schema-name.index-name ON schema-name.table-name (key-list)

Explanation

The EXPLAIN table index has been dropped and re-created in order to imbed additional keys. These actions are performed only when ALTER INDEX cannot be used to update the index.
schema-name
The name of the table and index schema or creator.
index-name
The name of the index.
table-name
The name of the table.
key-list
The names of the columns, in sequence, used to recreate the index.

System action

Processing continues.

User response

No action is required.

Severity

0 (informational)

End of change