Name Type MSSql Type Oracle Type DB2 Nullable Description
OHG_OH_Idnr int NUMBER(38,0) int false Connection to OH
OHG_HostAttrType varchar (8) VARCHAR2 (8 CHAR) varchar(8) false JCL Variant of Hostgroup
OHG_Mode char (1) CHAR (1 CHAR) char(1) false Mode of Hostgroup (A=Any, F=First, N=Next, L=Load Dependent, X=All)
OHG_MaxParallel smallint NUMBER(38,0) smallint true Tasks that are allowed to be parallel in mode X
OHG_Enforced smallint NUMBER(38,0) smallint true Mode X: Execute on at the moment not active hosts?
OHG_NextCnt int NUMBER(38,0) int true Actual position within Hostgroup for mode N
OHG_CITName varchar (200) VARCHAR2 (200 CHAR) varchar(200) true Name of the selected CIT solution

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_OHG OHG_OH_Idnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_OHG_OH OHG_OH_Idnr OH_Idnr

Return to the Index File