INSTANCE_MAP

Description


list

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


The INSTANCE_MAP table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
INSTANCE_ID     IX_INSTANCE_ID     
NAME          
VALUE          

Column Details


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 VARCHAR2(64 CHAR), NOT NULL
Available Index IX_INSTANCE_ID

NAME

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

VALUE

Definition The instance info configuration entry value
Type VARCHAR2(256 CHAR), 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
Tablespace CATALOG_INDX