The DICO table contains the values of the persistent counters that are associated
to shared allowances.
| Schema Version | 5.0.6 | |
| Partitioned | No | |
The DICO 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 |
|---|---|---|---|---|---|---|
| COUN_KEY | PK_DICO | IX_DICO_VERSION_ID | COUNTER (COUN_KEY)
|
|
The internal identification key of the distributed counter | |
| TYPE |
|
The TYPE field indicates if the distributed counter is an increment or a decrement counter | ||||
| ALLO_OID | PK_DICO | IX_DICO_VERSION_ID | ALLO (OID)
|
|
The identifier of the shared allowance holding the distributed counter | |
| HOLD_OID | PK_DICO | IX_DICO_VERSION_ID |
|
The identifier of the holder of the distributed counter | ||
| PARTITION_ID | PK_DICO | IX_DICO_VERSION_ID |
|
The identifier of the database partition that contains the distributed counter | ||
| STATUS |
|
The status of the distributed counter | ||||
| VALUE |
|
The value of the distributed counter | ||||
| VERSION_ID | IX_DICO_VERSION_ID |
|
The identifier of the version of the distributed counter |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The internal identification key of the distributed counter |
| Type | DECIMAL(4), NOT NULL |
| Primary Key | PK_DICO |
| Available Index | IX_DICO_VERSION_ID |
| Definition | The TYPE field indicates if the distributed counter is an increment or a decrement counter |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The identifier of the shared allowance holding the distributed counter |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_DICO |
| Available Index | IX_DICO_VERSION_ID |
| Definition | The identifier of the holder of the distributed counter |
| Description |
The identifier of the holder of the distributed counter, that can be:
|
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_DICO |
| Available Index | IX_DICO_VERSION_ID |
| Definition | The identifier of the database partition that contains the distributed counter |
| Type | DECIMAL(4), NOT NULL |
| Primary Key | PK_DICO |
| Available Index | IX_DICO_VERSION_ID |
| Definition | The status of the distributed counter |
| Format |
The possible values are:
|
| Type | DECIMAL(4), NOT NULL |
| Definition | The value of the distributed counter |
| Type | DECIMAL(28,6), NULL |
| Definition | The identifier of the version of the distributed counter |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_DICO_VERSION_ID |
See the primary key information:
| Column(s) | PARTITION_ID,ALLO_OID,HOLD_OID,COUN_KEY |
| Tablespace | COUNTER_INDX |
The following database indexes are available in the DICO database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | PARTITION_ID,VERSION_ID,ALLO_OID,HOLD_OID,COUN_KEY |
| Unique | Yes |
| Partitioned | Yes |