|
Oracle Parallel Server How To...Locking - Notes onTypes of parallel server lock are:
Parallel Cache Management (PCM) LocksPCM locks are tunable by setting the INIT.ORA parameters shown in the following table:
LM_PROCSSet LM_PROCS equal to:
LM_RESSSet LM_RESS equal to:
The GC_FILES_TO_LOCKS value here indicates the number of non-releasable locks allocated to files. (This is 0 by default.) See also Oracle Parallel Server Tuning - Reduce dynamic resource allocation. LM_LOCKSOracle provides two separate means of calculating
Which, for a two node system is simply:
A more detailed formula is available in the Parallel Server Concepts and Administration guide, and this will tend to yield a significantly lower figure (although it will always be greater than LM_RESS). See also Oracle Parallel Server Tuning - Reduce dynamic resource allocation. These notes have been tested with Oracle Parallel Server 8.0.5 running under NT 4. |