identifying base vs clone object in DSNT501I -
02-17-2011
, 11:57 AM
When there is a contention for a tablespace page, for example, that
causes one of the contending threads to timeout, DB2 shows the object
of contention in a DSNT501I message in the master log, identifying the
page as
databaseName.tablespaceName.pageNumber
If the tablespace contains a table that has a clone defined on it, how
does one tell from DSNT501I if the contention is for a page of the
base object or for a page of the clone object? |