Previous Topic: USER Statement—Specify a User IDNext Topic: USERTYPE Statement—Specify the Oracle Database User Type


USER_TYPE Statement—Specify the Oracle Database User Type

The USER_TYPE statement specifies the Oracle database user type. If you omit this statement from the job definition, the job runs with normal privileges.

Supported Job Types

This statement is optional for the following job types when an Oracle database is used:

Syntax

This statement has the following format:

USER_TYPE type
type

Specifies the type of Oracle user to log in as. The user must be defined in the Oracle database.

Limits: Up to 128 characters; case-sensitive

Notes:

Example: Specify a Database User Type

This example specifies a database user named dbuser1, who is logged in with sysdba privileges.

AGENT CYBDB1
USER dbuser1
USER_TYPE 'as sysdba'
SQL 'SELECT * from NEWORDS'