MINI MINI MANI MO
# This is the configuration file for the Oracle Scheduler Agent.
#
# The agent will look first for schagent.conf in {EXECUTION_AGENT_DATA} and then
# in {EXECUTION_AGENT_HOME}. It will only use whichever is found first and
# throw an error if none is found.
#
# You can change these values to suit your environment.
# network port to listen on for requests (between 0 and 65536)
PORT=%s_port%
# host name of the host the agent is running on. If this is not specified,
# the resolved name of the local address will be used
HOST_NAME = %s_hostName%
# if this is set, then databases will use this as the name of the agent
# destination object for this agent. This must be a valid database object name.
# If this is not set then databases will use the first part of the hostname
# (before the first period) or an automatically generated name.
# AGENT_NAME=
# maximum number of jobs to run simultaneously (between 1 and 1000)
MAX_RUNNING_JOBS=5
# if this is set to TRUE, the agent will reject put_file requests
DISABLE_PUT_FILE=FALSE
# if this is set to TRUE, the agent will reject get_file requests
DISABLE_GET_FILE=FALSE
# if this is set to TRUE, the agent will reject job execution requests
DISABLE_JOB_EXECUTION=FALSE
# the agent will reject any attempt to use any user on this list.
# This list should be comma-separated and is case-insensitive.
DENY_USERS=root,administrator,guest
# if this list is not empty, the agent will only allow use of a user on this
# list. This list should be comma-separated and is case-insensitive.
# ALLOW_USERS=
# if this is set to TRUE, only registered databases will be allowed to submit
# jobs and the agent will only be able to register with database versions 11.2
# or higher. This enforces a higher level of security including encryption of
# job results.
SECURE_DATABASES_ONLY=TRUE
# types of logging to do. Zero or more of the following options:
# OVERVIEW, WARNINGS, ALL, ERROR_STACKS, MILLISECONDS
LOGGING_LEVEL=OVERVIEW,WARNINGS
# There is no need to set these three parameters if you are only using this
# agent to run jobs of type EXECUTABLE.
# However, if this agent is used to run remote database jobs (PL/SQL block or
# stored procedures ) then you can set the following parameters to
# point to a default database. If a database job is received with no connect
# info, the database specified in these parameters will be used to run the job.
# If the agent is used to run SQL script or backup script jobs, then
# ORACLE_HOME must be set to an existing Oracle home.
# Any parameter from the following list which is left unset will be assigned
# the values from the agent's matching environment variables.
# ORACLE_SID=
# ORACLE_HOME=
# ORACLE_BASE=
# If this is set to true then job output and error files will be kept for all
# jobs run on this agent. It will be the user's responsibility to remove these
# files from the data/log directory.
KEEP_JOB_OUTPUT=FALSE
OHA YOOOO