Name Type MSSql Type Oracle Type DB2 Nullable Description
ORET_OH_Idnr int NUMBER(38,0) int false referenct to the object header (OH)
ORET_Lnr smallint NUMBER(38,0) smallint false LineNumber
ORET_StepName varchar (40) VARCHAR2 (40 CHAR) varchar(40) false Filter for Stepname
ORET_RetRange varchar (32) VARCHAR2 (32 CHAR) varchar(32) false allowed retcodes. Format: x,x,x-x,....
ORET_Result smallint NUMBER(38,0) smallint false 0=allowed retcodes -> abend, 1=allowed retcodes -> ok

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_ORET ORET_OH_Idnr, ORET_Lnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_ORET_OH ORET_OH_Idnr OH_Idnr

Return to the Index File