INSTANCE_CONFIGURATION
Description
The INSTANCE_CONFIGURATION table contains all the system parameters configured for each type of instances in the running SAP CC Core Server system.
Notes
- The content of this database table is not detailed. Use the SAP CC Admin+ and the SAP CC Config Tool user interfaces to administer the values of the system parameters.
- Some other configuration settings are stored in the CONFIGURATION table.
Technical Data
| Schema Version | 4.5.13 | |
| Segment | CATALOG_DATA | |
| Partitioned | No | |
Summary
The INSTANCE_CONFIGURATION table is defined by the following columns. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by |
|---|---|---|---|---|---|
| TYPE | IX_CONF_TYPE_NAME | ||||
| NAME | IX_CONF_TYPE_NAME | ||||
| VALUE |
Additional Information
For more information about the system configuration parameters, consult the System Parameter Reference documentation.
For more information about the SAP CC Admin+ user interface and the get command,
consult the Admin+ Online Help documentation.
For more information about the SAP CC Config Tool user interface, consult the Config Tool Online Help documentation.
Column Details
TYPE
| Definition | The type of instance of the SAP CC system |
| Format |
The possible values are:
Note All the system instances of the same type share the values of the configuration parameters. |
| Type | DECIMAL(1), NOT NULL |
| Available Index | IX_CONF_TYPE_NAME |
NAME
| Definition | The name of the system parameter |
| Type | NVARCHAR(64), NOT NULL |
| Available Index | IX_CONF_TYPE_NAME |
VALUE
| Definition | The value of the system parameter for this type of instance. The value can be different for another type of system instance. |
| Type | NVARCHAR(2048), NULL |
Index Details
The following database indexes are available in the INSTANCE_CONFIGURATION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
IX_CONF_TYPE_NAME
| Indexed Column(s) | TYPE,NAME |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Segment | CATALOG_INDX |