Previous Topic: SERVLET_URL Statement—Specify a Host URLNext Topic: SHORTNAME Statement—Specify the Short Name of an Oracle Applications Application


SHELL Statement—Specify UNIX Shell to Run Script

The SHELL statement specifies the shell used to run the script named in the SCRIPTNAME statement.

A shell is a program that provides an environment for users to interact with the system. Shell programs are files that contain a series of user commands that are grouped, using logic provided by the shell, to accomplish a task.

Supported Job Type

This statement is optional for the UNIX job type.

Syntax

This statement has the following format:

SHELL shell_name
shell_name

Specifies the name of the shell used to execute the script or command file. You can specify any of the following UNIX shells:

Notes:

Example: Specify a Shell to Run a Script

This example uses the C shell to run the sort script on the UNIX_LA agent computer:

AGENT UNIX_LA
SCRIPTNAME /mfg/test/sort
SHELL /bin/csh