Oracle7 Getting Started for Windows NT | ![]() Library |
![]() Product |
![]() Contents |
![]() Index |
About Configuration Parameters
Oracle software uses configuration parameters to locate files and specify runtime parameters common to all Oracle products. Editing Configuration Parameters
Set configuration parameters on your Windows NT Server computer in any of three ways.
C:\> REGEDT32The Windows NT registry opens.
SET parameter_name=parameter_valuewhere parameter_name is the name of the parameter and parameter_value is the value you choose.
A value you set in the AUTOEXEC.BAT file is inherited by every command prompt you launch from within Windows NT.
|
At the Command Prompt
The syntax for setting any configuration parameter at the command prompt is:
C:\> SET parameter_name=parameter_valuewhere parameter_name is the name of the parameter and parameter_value is the value you choose.
|
Configuration Parameters Not Supported on Oracle7
For all version 7 products (such as Pro*C/C++ version 3, Oracle7 Utilities, OCI version 7, or Pro*C/C++ applications), the SQLNET DBNAME registry parameter is ignored and no longer supported. All database connect strings must come either from the TNSNAMES.ORA file in \ORANT\NETWORK\ADMIN or from an Oracle Names Server.
CONNECT SCOTT/TIGERfrom a version 7 tool, you are connected to the ORCL instance on your local computer through the SQL*Net Bequeath Adapter. However, you can specify ORACLE_SID in the environment or in the registry to point at another local instance. If set, the ORACLE_SID value is used to connect to the local instance of your choosing.
Individual Oracle tools may use additional configuration parameters; refer to the documentation for the tool you are using for more information on those parameters.
Operating System | Default | Legal Values |
Windows NT
|
AMERICAN_AMERICA.US7ASCII
|
Supported languages, territories, and character sets
|
|
Operating System | Default | Legal Values |
Windows NT
|
Oracle for Windows NT
|
Any ASCII string
|
Operating System | Default | Legal Values |
Windows NT
|
C:\ORANT
|
Any valid directory on any drive
|
Operating System | Default | Legal Values |
Windows NT
|
CLASS:normal; DEF:normal
|
See the following table
|
name1:priority1;name2:priority2 . . .The name CLASS sets the priority class of the Oracle process. Threads can be assigned priority either collectively or individually. The collective name USER designates non-background (shadow) threads; the collective name DEF designates any thread type not handled specifically. Valid individual background thread names are DBWR, LGWR, PMON, SMON, ARCH, RECO, CKPT, TRWR, and SNP0 through SNP9.
Relative Thread Priority | Process Priority Class | ||
idle | normal | high | |
time_critical
|
15
|
15
|
15
|
highest
|
6
|
9
|
15
|
above_normal
|
5
|
8
|
14
|
normal
|
4
|
7
|
13
|
below_normal
|
3
|
6
|
12
|
lowest
|
2
|
5
|
11
|
idle
|
1
|
1
|
1
|
Operating System | Default | Legal Values |
Windows NT
|
ORCL
|
Any combination of up to four alphanumeric characters
|
Operating System | Default | Legal Values |
Windows NT
|
%ORACLE_HOME%\ DATABASE\ PWDsid.ORA
|
Any legal filename
|
Operating System | Default | Legal Values |
Windows NT
|
All are enabled (0xFF)
|
The following exceptions can be enabled or disabled: stack tracing (0x01)
|
Operating System | Default | Legal Values |
Windows NT
|
None
|
Any valid path
|
Operating System | Default | Legal Values |
Windows NT
|
None
|
Any valid path
|
![]() ![]() Prev Next |
![]() Copyright © 1996 Oracle Corporation. All Rights Reserved. |
![]() Library |
![]() Product |
![]() Contents |
![]() Index |