Oracle8
Enterprise Edition Getting Started
Release 8.0.5 for Windows NT A64416-01 |
|
The registry stores Oracle configuration parameters. This
appendix describes only the configuration parameters that apply to Oracle8
Enterprise Edition.
Specific topics discussed are:
Oracle8 Enterprise Edition uses configuration parameters
to locate files and specify runtime parameters common to all Oracle products.
When an Oracle program or application requires a translation for a particular
configuration variable, Oracle8 Enterprise Edition consults the associated
parameter. Oracle parameters are stored in the registry.
Oracle8 Enterprise Edition stores its configuration information
in a database (the registry) that is organized in a tree format. The tree
format consists of keys in the registry and parameter values for the keys.
Keys and parameter values can be viewed and modified in the Registry Editor.
Keys are folders that appear in the left pane of a
Registry Editor window. A key contains subkeys or parameters.
Parameters in the Registry Editor appear as a string that consists of three components:
For example, parameter ORACLE_SID can have the following entry in the registry:
ORACLE_SID:REG_EXPAND_SZ:ORCL
Value classes for Oracle8 Enterprise Edition parameters are:
This section describes the following Oracle8 database registry parameters. Other products, such as Oracle Enterprise Manager, have additional keys and parameters not described in this appendix.
To modify the registry values described below, see "Modifying
a Registry Value" in this appendix.
This section describes the following parameter types:
Parameters for most Oracle products are contained within
the HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE subkey. The exact location of parameters
within this key depends on the number of Oracle home directories created
on your computer. For the first installation, two registry subkeys are
created for storing product and installation parameters. For all additional
installations, only one registry subkey is created for storing product
and installation parameters.
The following table describes this process:
For... | Parameters are Created in Subkey... | This Subkey Contains... |
---|---|---|
The first Oracle home installation |
HKEY_LOCAL_MACHINE\SOFTWARE\ ORACLE |
Product and installation parameters. See "Product and Installation Parameters" for parameter descriptions. |
|
HKEY_LOCAL_MACHINE\SOFTWARE\ ORACLE\HOME0 |
Several parameters specific to Oracle Installer. See "Installation Parameters for Computers with One Oracle Home" for parameter descriptions. |
The second Oracle home installation |
HKEY_LOCAL_MACHINE\SOFTWARE\ ORACLE\HOME1 |
Product and installation parameters. See "Product and Installation Parameters" for parameter descriptions |
The third Oracle home installation |
HKEY_LOCAL_MACHINE\SOFTWARE\ ORACLE\HOME2 |
Product and installation parameters. See "Product and Installation Parameters" for parameter descriptions |
All additional Oracle home installations |
HKEY_LOCAL_MACHINE\SOFTWARE\ ORACLE\HOMEID where ID is incremented for each additional Oracle home installation. |
Product and installation parameters. See "Product and Installation Parameters" for parameter descriptions |
This figure shows the parameter subkeys created with two Oracle home directories on the same computer:
This section lists the product and installation parameters
for most Oracle products. See the table in the previous section "Parameters
for Most Oracle Products" to identify the subkey under which these
parameters appear.
The HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0 subkey only
contains the following parameters for the first Oracle home directory on
a computer. This information is largely duplicated in HKEY_LOCAL_MACHINE\
SOFTWARE \ORACLE.
The HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES subkey provides general information on each Oracle home directory on a computer. This subkey contains the following parameters:
This subkey corresponds to the HOMEID of the same
number (for example, HOME0 for the first installation, HOME1 for the second
installation, and so on). IDx contains the following parameters.
The values that display are determined by what you select during installation
in the Oracle Installation Settings dialog box.
Depending on the number of Oracle home directories on your
computer, Oracle8 Performance Monitor parameters appear in one of the following
subkeys:
Note: Modify only the Hostname, Password, and Username values to point to any database. |
For Oracle8 Performance Monitor to display information for
Oracle8 performance objects, it must log onto the database. Modify the
following parameters if the default information is not applicable or you
want to access another database:
Parameter | Description | Default Value Entry |
---|---|---|
Password |
Displays the password for the user name to access the database. |
MANAGER |
Username |
Displays the user name to access the database. |
SYSTEM |
Hostname |
Displays a Net8 connect string that allows you to
edit the SID (two entries labeled SID in this example):1
(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=
) |
Not applicable |
The following parameters are needed by the Oracle8 Performance
Monitor as entry points:
The following parameters specify the Oracle8 Performance
Monitor log file and object configuration files:
The HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
subkey contains subkeys that correspond to each Oracle service.
Each service subkey contains the following parameters:
To edit the Oracle-related settings:
C:\> REGEDT32
The Registry Editor window appears:
The left-hand side of the window shows the hierarchy of registry keys, and the right-hand side of the window shows various values associated with a key.
An editor dialog box appears:
To add a parameter to the registry:
C:\> REGEDT32
The Registry Editor window appears.
The Add Value dialog box appears:
An editor dialog box appropriate for the data type appears:
The Registry Editor adds the parameter.
The registry exits.