Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
OVC_OH_Idnr int NUMBER(38,0) int int false ID of the BACKEND variable object.
OVC_OVT_Lnr int NUMBER(38,0) int int false Line number of the tab (defined in table OVT).
OVC_Lnr int NUMBER(38,0) int int false Sequenced number of the comands.
OVC_OS varchar (200) VARCHAR2 (200 CHAR) varchar(200) varchar (200) true Defines the operating system.
OVC_Version varchar (32) VARCHAR2 (32 CHAR) varchar(32) varchar (32) true Defines the version of the operating system.
OVC_Command varchar (1024) VARCHAR2 (1024 CHAR) varchar(1024) varchar (1024) true Defines the command that will be executed on the operating system.
OVC_Format varchar (1024) VARCHAR2 (1024 CHAR) varchar(1024) varchar (1024) true Column descriptions of the result.

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_OVC OVC_OH_Idnr, OVC_OVT_Lnr, OVC_Lnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_OVC_OVT OVC_OH_Idnr, OVC_OVT_Lnr OVT_OH_Idnr, OVT_Lnr

Return to the Index File