Previous Topic: NOTIFYUSERS Statement—Specify Users to Notify Using Short NamesNext Topic: OBJNAME Statement—Identify Name of SAP Archiving Object


OAUSER Statement—Specify an Oracle Applications User Name

The OAUSER statement specifies an Oracle Applications user name that the job runs under.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

OAUSER user_name
user_name

Specifies the Oracle Applications user name that the job runs under.

Limits: Up to 100 characters; case-sensitive; it cannot contain delimiters (such as spaces)

Oracle E-Business Suite Single Request or Request Set Job Notes:

Oracle E-Business Suite Copy Job Notes:

Example: Specify a User Name in an Oracle E-Business Suite Single Request Job

In the following example, the user name for the Application Object Library application is SYSADMIN.

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

Example: Override the User Name 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