COUNTER_NAME_DICT
Definition
The COUNTER_NAME_DICT table contains the definition of the possible names for counters
declared in charge plans and exposed to external provisioning systems
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The COUNTER_NAME_DICT table is defined by the
following columns.
See the column details for more information.
Column Details
NAME
| Definition |
A possible name for counters exposed to external system |
| Type |
VARCHAR(256), NOT NULL |
DESCRIPTION
| Definition |
The text description of the counter name |
| Type |
VARCHAR(2000), NOT NULL |
NAME_KEY
| Definition |
The identification key used in replacement of the counter name |
| Type |
DECIMAL(28), NOT NULL |