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:
Example Here is an example of instance ID: updater#1 identifies the updater number 1 |
| Type | VARCHAR(64), NOT NULL |
| Available Index | IX_INSTANCE_ID |
NAME
| Definition | The instance info configuration entry name |
| Type | VARCHAR(64), NOT NULL |
VALUE
| Definition | The instance info configuration entry value |
| Type | VARCHAR(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 |
| Tablespace | CATALOG_INDX |