Oracle8i Reference Release 2 (8.1.6) Part Number A76961-01 |
|
Initialization Parameters, 52 of 188
Parameter type: |
String |
Syntax: |
'{file_list=lock_count[!blocks][R][EACH])[:...])' Spaces are not allowed within the quotation marks. |
Parameter class: |
Static |
Default value: |
|
Oracle Parallel Server: |
You must set this parameter for every instance, and multiple instances must have identical values. To change the value, you must shut down all instances in the cluster, change the value for each instance, and then start up each instance. |
The syntax elements have the following meaning: |
|
|
is one or more datafiles listed by their file numbers, or ranges of file numbers, with comma separators: filenumber[-filenumber][,filenumber[-filenumber]]...
To find the correspondence between filenames and file numbers, query By default, any datafiles that you do not specify in this parameter are covered by releasable locks. For information on releasable locks, see "GC_RELEASABLE_LOCKS". |
|
is the number of PCM locks assigned to file_list. By default these locks are fixed. If you set lock_count to 0, then Oracle uses fine-grain locking for these files and takes locks as needed from the pool of releasable locks |
|
specifies the number of contiguous blocks covered by one lock. The default is noncontiguous blocks. |
|
indicates that these locks are releasable and are drawn as needed from the pool of releasable locks. If no blocks from file_list are in the buffer cache, then no locks are taken from the releasable pool. |
|
indicates that each datafile in file-list is assigned a separate set of lock_count PCM locks. |
The value of the parameter should be set to cover as many files as possible. Therefore, to avoid performance problems, you should always change If the number of PCM locks allocated to a datafile is less than or equal to the number of blocks in a datafile, each of these locks will cover a number of contiguous blocks within the datafile equal to !blocks. If the number of PCM locks assigned to the datafile is larger than its number of blocks, resources will be wasted, because some locks will not be covering any blocks. |
|
A colon (:) separates each clause that assigns a number of PCM locks to file_list. See Also: Oracle8i Parallel Server Administration, Deployment, and Performance for more information on setting this parameter. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|