| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The COUNTER_NAME_DICT table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| NAME |
|
A possible name for counters exposed to external system | ||||
| DESCRIPTION |
|
The textual and understandable description for the counter name | ||||
| NAME_KEY |
|
The identification key used in replacement of the counter name |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | A possible name for counters exposed to external system |
| Type | VARCHAR(256), NOT NULL |
| Definition | The textual and understandable description for the counter name |
| Type | VARCHAR(2000), NOT NULL |
| Definition | The identification key used in replacement of the counter name |
| Type | DECIMAL(28), NOT NULL |