The DICO_TEMP table stores temporarily the values of the readable increment distributed
counters used in shared allowances.
| Schema Version | 5.0.6 | |
| Filegroup | COUNTER_DATA | |
| Partitioned | No | |
The DICO_TEMP 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 |
|---|---|---|---|---|---|---|
| SSPID | IX_DICO_TEMP |
|
The internal identification of a DB connection | |||
| COUN_KEY |
|
The internal identification key of the distributed counter | ||||
| HOLD_OID |
|
The identifier of the holder of the distributed counter | ||||
| VALUE |
|
The value of the distributed counter |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The internal identification of a DB connection |
| Type | DECIMAL(4), NOT NULL |
| Available Index | IX_DICO_TEMP |
| Definition | The internal identification key of the distributed counter |
| Type | DECIMAL(4), NOT NULL |
| 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 |
| Definition | The value of the distributed counter |
| Type | DECIMAL(28,6), NULL |
The following database indexes are available in the DICO_TEMP database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | SSPID |
| Unique | No |
| Partitioned | No |
| Clustered | Yes |
| Filegroup | COUNTER_INDX |