| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description | 
|---|---|---|---|---|---|---|
| OSLOB_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the service level objective. | 
| OSLOB_Name | varchar (32) | VARCHAR2 (32 CHAR) | varchar(32) | varchar (32) | false | Custom attribute name from UC_CUSTOM_ATTRIBUTES. | 
| OSLOB_Value | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | false | Defined custom attribute value from dedicated variable object. | 
| Name | Fields | Primary | Unique | Clustered | Nonclustered | 
|---|---|---|---|---|---|
| PK_OSLOB | OSLOB_OH_Idnr, OSLOB_Name, OSLOB_Value | true | true | false | false | 
| Name | Local References | Foreign References | 
|---|---|---|
| FK_OSLOB_OH | OSLOB_OH_Idnr | OH_Idnr | 
Return to the Index File