Search notes:

schagent.conf

schagent.conf 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.
Some options that can be configured in the file include:
PORT=54174
HOST_NAME = %s_hostName%
MAX_RUNNING_JOBS=5
DISABLE_PUT_FILE=FALSE
DISABLE_GET_FILE=FALSE
DISABLE_JOB_EXECUTION=FALSE
DENY_USERS=root,administrator,guest
SECURE_DATABASES_ONLY=TRUE
LOGGING_LEVEL=OVERVIEW,WARNINGS
KEEP_JOB_OUTPUT=FALSE

See also

$ORACLE_HOME/bin/schagent

Index