INSTANCE_MAP

Definition


The INSTANCE_MAP table gives the map of available instances of the SAP CC Core Server system

Description


The INSTANCE_MAP table gives the map of available instances of the SAP CC Core Server system. You can online view the list of the instances by using the list command of SAP CC Admin+

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


The INSTANCE_MAP 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
INSTANCE_ID     IX_INSTANCE_ID   

    The unique instance ID

    More...

    NAME        

      The instance info configuration entry name
      VALUE        

        The instance info configuration entry value

        Column Details

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

        INSTANCE_ID

        Definition The unique instance ID
        Description

        The unique instance ID. The instance ID is composed of three elements:

        • an instance type
        • a separator (#)
        • and a number of instance that identifies instances of the same type
        This number is positive and not null. It is specified by the user during the installation.

        Example

        Here is an example of instance ID: updater#1 identifies the updater number 1

        Type NVARCHAR(64), NOT NULL
        Available Index IX_INSTANCE_ID

        NAME

        Definition The instance info configuration entry name
        Type NVARCHAR(64), NOT NULL

        VALUE

        Definition The instance info configuration entry value
        Type NVARCHAR(256), NULL

        Index Details

        The following database indexes are available in the INSTANCE_MAP database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

        IX_INSTANCE_ID

        Indexed Column(s) INSTANCE_ID
        Unique No
        Partitioned No
        Clustered No
        Filegroup CATALOG_INDX