This contains the scan object names for the values contained in the dbh_hist table. It is the parent of the dbh_hist table. The seq_no is used to tie the records from the two table together.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| seq_no | decimal(31) | not null | A unique key generated by the DBH_SEQ sequence. |
| dbh_instance | varchar(80) | not null | Name of the UDPM agent for the collected metric. |
| name | varchar(50) | with null | UDPM internal scantype name. |
| sub_name | varchar(80) | with null | Object name that the collected metric is for. |
| timestamp_first | date | with null | Points to the first record in data metric series in the dbh_hist table. |
| timestamp_last | date | with null | Points to the last record in the data metric series from dbh_hist table.. |
Product Name: Unicenter Database Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| dbh_hist |