| Oracle9i Administrator's Reference Release 2 (9.2.0.2) for hp OpenVMS Alpha Part Number B10506-01 |
|
This appendix provides information about Oracle9i logical names and utilities, and the default and recommended values for various initialization parameters. Refer to the Oracle9i Database Administrator's Guide for general information about all the initialization parameters.
This appendix contains the following topics:
During installation, several logical names are set up. These assignments will be referenced via the ORA_ROOT:[bin]ora_db_logicals.com file that is referenced whenever you start up, upgrade, link, or relink Oracle9i or other Oracle products.
If you don't set quotas for Oracle's background processes, Oracle9i uses its own formulas to determine how to set the quota logical names. Table B-1 shows each quota logical name, along with the minimum and maximum values that you can use if you are setting the logical names yourself, as well as the current formula.
| Quota Logical Name | Minimum | Maximum | Default |
|---|---|---|---|
|
PQL$_ASTLM |
0 |
65536 |
500 |
|
PQL$_BIOLM |
0 |
4096 |
0 |
|
PQL$_BYTLM |
1024 |
1024*1024*1024 |
4000000 |
|
PQL$_CPULM |
0 |
0 |
0 |
|
PQL$_DIOLM |
0 |
4096 |
0 |
|
PQL$_ENQLM |
256 |
16000000 |
50000 |
|
PQL$_FILLM |
100 |
65535 |
30000 |
|
PQL$_JTQUOTA |
0 |
0 |
0 |
|
PQL$_PGFLQUOTA |
20480 |
4,194,304 |
200000 |
|
PQL$_PRCLM |
0 |
20 |
10 |
|
PQL$_TQELM |
10 |
2048 |
100 |
|
PQL$_WSDEFAULT |
2048 |
100000 |
8000 |
|
PQL$_WSEXTENT |
2048 |
1,048,576 |
100000 (Refer to Table B-2 below) |
|
PQL$_WSQUOTA |
2048 |
1,048,576 |
20000 (Refer to Table B-2 below) |
|
PQL$_LISTEND |
0 |
0 |
0 |
In Table B-2, note the following components of the logicals described in Table B-1, and their values or formulas used to calculate the values:
For more information about modifying Oracle process quotas through logical names, refer to "Process Quotas" in this guide.
All parameters used in init.ora require an equal sign (=). For example, DB_BLOCK_SIZE = 8192 is correct.
Identifies the directory where the trace files created by the detached Oracle9i processes are sent.
None.
ORA_ROOT:[admin.<dbname>.bdump]
None.
Identifies size (in bytes) of Oracle9i database blocks and the database buffers in the SGA.
A binary multiple of 512 bytes (which is the HP OpenVMS Alpha I/O block size). The maximum value is 32768.
8192
None
Specifies a default text string to indicate the location and name of the disk file when archiving log files. Archiving directly to tape is not supported.
Any valid disk filename.
ORA_ARCHIVE
None
Specifies a default filename format for archived redo log files. LOG_ARCHIVE_FORMAT is appended to the string specified in the LOG_ARCHIVE_DEST parameter.
The redo log file format specifications can contain variables that are substituted with a unique archived redo log file name. Refer to the "Recovering a Database" chapter of the Oracle9i Database Administrator's Guide for more information on these variables
Any valid file name format
ARCH%T_%S.ARC
None
Determines whether the SGA pages will be paged into each user's working set at connect time. This parameter can be manipulated to reduce page faults.
Define this parameter as TRUE if the current system load has not produced a high rate of page faults.
False
None
Determines the size of the shared pool. The shared pool contains shared cursors and stored procedures.
Larger values of this parameter improve performance in multi-user systems. Smaller values use less memory. This parameter's minimum is 300 KB and its maximum is determined by the size of your SGA. Although there are no SGA size limitations on HP OpenVMS Alpha, the minimum value is 15 MB.
112 MB
None
Identifies the size of real memory (in bytes) that will be available for sorting processes.
The amount of real memory that you can reasonably expect to have available for sorting. For example, on a system with 256 MB of real memory, with 1/8 available to sort processes and 4 sorts occurring at the same time, you might set this parameter to 256/8/4 = 8 MB.
Generally, a larger size only improves the efficiency of large sorts. However, the default is usually fine for most database operations.
None
Identifies the location to which trace files created by user processes are sent.
None.
ORA_ROOT:[admin.<dbname>.udump]
None
Determines whether to use a backing file for the SGA instead of using a memory resident global section.
FALSE, unless there is a well understood need to allow the SGA to page.
Setting this parameter to TRUE will disable the use of OpenVMS Fast I/O, slow process startup, and in most cases reduce performance.
FALSE
None
|
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|