DICO_TEMP

Definition


The DICO_TEMP table contains temporary information of increment distributed counters

Description


The DICO_TEMP table stores temporarily the values of the readable increment distributed counters used in shared allowances.

Technical Data


Schema Version 5.0.6
Filegroup COUNTER_DATA
Partitioned No

Summary


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

        More...

        VALUE        

          The value of the distributed counter

          Column Details

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

          SSPID

          Definition The internal identification of a DB connection
          Type DECIMAL(4), NOT NULL
          Available Index IX_DICO_TEMP

          COUN_KEY

          Definition The internal identification key of the distributed counter
          Type DECIMAL(4), NOT NULL

          HOLD_OID

          Definition The identifier of the holder of the distributed counter
          Description

          The identifier of the holder of the distributed counter, that can be:

          • A charge activation of an allowance
          • An allowance

          Type DECIMAL(28), NOT NULL

          VALUE

          Definition The value of the distributed counter
          Type DECIMAL(28,6), NULL

          Index Details

          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:

          IX_DICO_TEMP

          Indexed Column(s) SSPID
          Unique No
          Partitioned No
          Clustered Yes
          Filegroup COUNTER_INDX