The CACO_SHARED_COUNTER table contains the list of the definitions of shared counters
of each charging contract.
The numerical value of a counter is not part of this table: It is stored in the COUNTER table that has a dedicated tablespace (COUNTER_DATA) to optimize the performances
of the SAP CC system.
The CACO_SHARED_COUNTER table contains also the list of pooled counters of the root
charging contracts that shared these counters with linked charging contracts.
| Schema Version | 5.0.6 | |
| Tablespace | SUBSCRIBER_DATA | |
| Partitioned | Yes, when you use the partitioning scheme and corresponding SQL scripts | |
The CACO_SHARED_COUNTER 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 |
|---|---|---|---|---|---|---|
| CACO_OID | IX_CACO_SCO | CACO (OID)
|
|
The unique identifier of the charging contract that relates to a shared counter | ||
| PARTITION_ID |
|
The database partition of the subscriber account of the charging contract | ||||
| NAME_KEY |
|
The internal identifier of the shared counter | ||||
| NAMESPACE |
|
The namespace set for the shared counter | ||||
| COUN_KEY |
|
The internal identification key of the entry in the COUNTER table that includes the numerical value of the counter |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charging contract that relates to a shared counter |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CACO_SCO |
| Definition | The database partition of the subscriber account of the charging contract |
| Type | DECIMAL(4), NOT NULL |
| Definition | The internal identifier of the shared counter |
| Description |
The internal identifier of the shared counter. It must be an entry in the counter
name dictionary (see the COUNTER_NAME_DICT table).
|
| Type | DECIMAL(28), NOT NULL |
| Definition | The namespace set for the shared counter |
| Description |
The namespace set for the shared counter. Different shared counters can exist for
different namespaces.
|
| Type | VARCHAR(256), NULL |
| Definition | The internal identification key of the entry in the COUNTER table that includes the numerical value of the counter |
| Description |
The internal identification key of the entry in the COUNTER table that includes the numerical value of the counter.
|
| Type | DECIMAL(4), NOT NULL |
The following database indexes are available in the CACO_SHARED_COUNTER database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CACO_OID |
| Unique | No |
| Partitioned | Yes |
| Tablespace | SUBSCRIBER_INDX |