Defines each runtime component which is will run on the system
| Column Name | Column Datatype | Column Null Option | Column Comment |
| runtime_component_id | varchar(50) | not null | Unique id for the runtime component |
| class | varchar(64) | with null | The java class name for the runtime application |
| name | nvarchar(64) | with null | The name of the runtime component |
| type | varchar(20) | with null | |
| installed_component_id | varchar(50) | with null | Handle to the installed component id |
| db_id | varchar(50) | with null | Handle to the database id |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| runtime_component_id | usm_task | runtime_component_id |
| runtime_component_id | usm_runtimecomp_parameter | runtime_component_id |