A comp instance represents a component instance running on an installed instance of a schema, i.e It is the instance of a schema component running on a host.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| comp_instance_id | varchar(50) | not null | Unique identity of the component instance. |
| dest_host_id | integer | with null | The target host used by the component |
| comment | nvarchar(64) | with null | A comment, if available on the component instance. |
| name | nvarchar(64) | with null | The name, if available, of the component instance |
| sm_component_id | varchar(50) | with null | Identifies the schema & component to which this component instance belongs. |
| inst_host_id | integer | with null | The host where this component instance is installed. |
| schema_instance_id | varchar(50) | with null | The schema instance to which this component belongs |
| smcomponent_id | varchar(50) | with null | The unique identity of the component link |
Product Name: Unicenter Service Management
Table Type: Table