Name Type MSSql Type Oracle Type DB2 Nullable Description
OYW_OH_Idnr int NUMBER(38,0) int false reference to the object header
OYW_Status varchar (30) VARCHAR2 (30 CHAR) varchar(30) true actual sync state
OYW_Value int NUMBER(38,0) int false actual numeric value
OYW_Mod_OH_Idnr int NUMBER(38,0) int true OH_IDNR of the object that previously modified the sync; USR_IDNR of the user that previously modified the sync (if RUNNR# = 0)
OYW_Mod_AH_Idnr int NUMBER(38,0) int true RUN# of the object the previously modified the sync

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_OYW OYW_OH_Idnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_OYW_OH OYW_OH_Idnr OH_Idnr

Return to the Index File