CACO_SHARED_COUNTER
Description
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.
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
SUBSCRIBER_DATA |
| Partitioned |
Yes, when you use the partitioning scheme and corresponding SQL scripts |
Summary
The CACO_SHARED_COUNTER table is defined by the
following columns.
See the column details for more information.
Column Details
CACO_OID
| Definition |
The unique identifier of the charging contract that relates to a shared counter |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_CACO_SCO |
PARTITION_ID
| Definition |
The database partition of the subscriber account of the charging contract |
| Type |
DECIMAL(4), NOT NULL |
NAME_KEY
| 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 |
NAMESPACE
| 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 |
COUN_KEY
| 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 |
Index Details
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:
IX_CACO_SCO
| Indexed Column(s) |
CACO_OID |
| Unique |
No |
| Partitioned |
Yes |
| Tablespace |
SUBSCRIBER_INDX |