User`s guide
DBA Startup Variables
B-6 Oracle Database User's Guide
■ A number with no modifiers is interpreted as a decimal number
■ A number followed by K or M is interpreted as a decimal number multiplied by
1024 or 1048576 (1024*1024) respectively
■ A number enclosed in single quotation marks and preceded by the letter X is
interpreted as a hexadecimal number
For example, the following all set the
KNL_BASE
variable to 8M:
KNL_BASE=8M
KNL_BASE=8388608
KNL_BASE=X'800000'
B.4.2 BGJPAR
This variable specifies the parameters for the
ENTER-PROCEDURE
command used when
starting background jobs. The
ENTER-PROCEDURE
command is used to submit jobs as
follows:
.jobname ENTER-PROCEDURE jobfile, &BGJPAR
Format:
BGJPAR
=
parameters
Classification:
DBA
B.4.3 BGJPRC_UID / BGJPRC_SID
These variables specify the user ID and
orasid
of the file for the background enter
jobs. If the use of a special enter job file is desired, then the parameters must be set to
the desired
userid
and
orasid
.
Format:
BGJPRC_UID=$userid
BGJPRC_SID=sid
Classification:
DBA
,
NET
Default:
BGJPRC_UID=&ORAUID
BGJPRC_SID=DEMO
B.4.4 BGJ_LOG_JOBSTART
This variable specifies whether the operating system message that a new job was
accepted should be logged on
SYSOUT
or not.
Format:
BGJ_LOG_JOBSTART
=
Y/N
Classification:
DBA
,
USER
,
NET
Default:
BGJ_LOG_JOBSTART
=
N
B.4.5 sid_BGJPAR
This variable specifies the parameters, which are used by the
ENTER-PROCEDURE
command to start a server process for the instance specified by
SID
.
Note: The
BGJPAR
variable is set up by the installation procedure.