CACO_SHARED_COUNTER

Definition


The CACO_SHARED_COUNTER table contains the list of the definitions of shared counters of each charging contract

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 5.0.6
Partitioned Yes, when you use the partitioning scheme and corresponding SQL scripts

Summary


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

        More...

        NAMESPACE        

          The namespace set for the shared counter

          More...

          COUN_KEY        

            The internal identification key of the entry in the COUNTER table that includes the numerical value of the counter

            More...

            Column Details

            The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

            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 NVARCHAR(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
            Clustered Yes