Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Initialization Parameters, 93 of 188


MAX_COMMIT_PROPAGATION_DELAY

Parameter type: 

Integer 

Parameter class: 

Static 

Default value: 

700 

Range of values: 

0 to 90000 

Oracle Parallel Server: 

You must set this parameter for every instance, and multiple instances must have identical values. 

WARNING: Change this parameter only when it is absolutely necessary to see the most current version of the database when doing a query.  

MAX_COMMIT_PROPAGATION_DELAY is an Oracle Parallel Server parameter. This initialization parameter should not be changed except under a limited set of circumstances specific to the Oracle Parallel Server.

This parameter specifies the maximum amount of time allowed before the system change number (SCN) held in the SGA of an instance is refreshed by the log writer process (LGWR). It determines whether the local SCN should be refreshed from the lock value when getting the snapshot SCN for a query. Units are in hundredths of seconds.

Under very unusual circumstances involving rapid updates and queries of the same data from different instances, the SCN might not be refreshed in a timely manner. Setting the parameter to zero causes the SCN to be refreshed immediately after a commit. The default value (700 hundredths of a second, or seven seconds) is an upper bound that allows the preferred existing high performance mechanism to remain in place.

See Also: Oracle8i Parallel Server Administration, Deployment, and Performance for more information on setting this parameter. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index