VERSION_SESSION_DB

Definition


The VERSION_SESSION_DB table contains the history of the database changes performed on an installed version of SAP Convergent Charging

Description


The VERSION_SESSION_DB table contains the history of the database changes performed on an installed version of SAP Convergent Charging. If the database schema changes, a row is inserted in this table with the new schema version number (see VERSION_ID). If the schema does not change, the schema version remains the same.

Technical Data


Schema Version 5.0.3
Tablespace SESSION_RATING_DATA
Partitioned No

Summary


The VERSION_SESSION_DB 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
SYSTEM_ID        

    The ID of the SAP system
    INSTALL_DATE        

      The date of the database schema setup or update
      VERSION_ID        

        The technical version number of the SAP CC Session Database schema

        More...

        Column Details

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

        SYSTEM_ID

        Definition The ID of the SAP system
        Type VARCHAR2(3 CHAR), NULL

        INSTALL_DATE

        Definition The date of the database schema setup or update
        Type DATE, NOT NULL

        VERSION_ID

        Definition The technical version number of the SAP CC Session Database schema
        Description

        This number must be compliant with the technical version number of the SAP CC Core Server system connected to this database.

        Type VARCHAR2(20 CHAR), NOT NULL