Previous Topic: MONCOND Statement—Specify a Condition to MonitorNext Topic: MONTYPE Statement—Specify the Type of Database Change to Monitor


MONITORDELAY Statement—Define the Time to Wait Before Checking the Status of Children Programs

The MONITORDELAY statement defines the number of seconds to wait after an Oracle Applications program completes before monitoring its children.

Note: When monitoring children, we recommend that you include this statement in your job definition to ensure the agent receives accurate information about the status of program children.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

MONITORDELAY seconds
seconds

Defines the number of seconds to wait after an Oracle E-Business Suite program completes before monitoring its children.

Limits: Up to six numeric digits

Example: 60

Notes:

Example: Delay Checking of Children Status in an Oracle E-Business Suite Single Request Job

In this example, the agent checks the status of the single request program's children 60 seconds after the program completes.

AGENT CYBOA
PROGRAM XXCOFI
APPLDISPLNAME 'Application Object Library'
RESPNAME 'System Administrator'
OAUSER SYSADMIN
MONITORDELAY 60

Example: Delay Checking of Children Status in an Oracle E-Business Suite Copy Job

Suppose that you want to copy an existing single request defined on Oracle Applications. In this example, the job copies the single request with request ID 2255470 and overrides the user name and responsibility name. The children of the single request program are monitored 60 seconds after the program completes.

AGENT CYB0A
OAUSER SYSADMIN
RESPNAME 'System Administrator'
REQUESTID 2255470
CHILDMONITOR Y
MONITORDELAY 60