The DICO_TEMP is a global temporary table that stores the values of the readable increment
distributed counters.
| Schema Version | 5.0.6 | |
| 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 |
|---|---|---|---|---|---|---|
| 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 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 |