Name Type MSSql Type Oracle Type DB2 Nullable Description
OQA_OH_Idnr int NUMBER(38,0) int false Reference to the object header (OH)
OQA_HostDst varchar (200) VARCHAR2 (200 CHAR) varchar(200) true Host name
OQA_HostAttrType varchar (8) VARCHAR2 (8 CHAR) varchar(8) true Host Attribute Type
OQA_IntAccount varchar (16) VARCHAR2 (16 CHAR) varchar(16) true Internal Account
OQA_ActAtRun smallint NUMBER(38,0) smallint true Activation at runtime?
OQA_StartJobs char (1) CHAR (1 CHAR) char(1) true Start external Jobs ('1'=yes, '0'=no (default))
OQA_AutoTerm char (1) CHAR (1 CHAR) char(1) true Terminate automatically ('1'=yes, '0'=no (default))
OQA_ReplChildren char (1) CHAR (1 CHAR) char(1) true Replicate children ('1'=replicate, '0'=no (default))
OQA_RMaxOK int NUMBER(38,0) int true Up to this retcode the external task is ENDED_OK
OQA_RExecute varchar (200) VARCHAR2 (200 CHAR) varchar(200) true Alarm object
OQA_Output varchar (8) VARCHAR2 (8 CHAR) varchar(8) true Destination of the job reports
OQA_MaxParallel smallint NUMBER(38,0) smallint true Maximum number of parallel running Jobs
OQA_PollingInt smallint NUMBER(38,0) smallint true Polling interval of the Queue-Object within the executor (default = 0 = job check interval)
OQA_Starttype varchar (200) VARCHAR2 (200 CHAR) varchar(200) true Start Type
OQA_QTypeMsgNr int NUMBER(38,0) int true Queue Type Message Number
OQA_Resource int NUMBER(38,0) int true Count of resources needed for each by UC4 started JOBD (0=value from UC_SYSTEM_SETTINGS)

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_OQA OQA_OH_Idnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_OQA_OH OQA_OH_Idnr OH_Idnr

Return to the Index File