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, 152 of 188


READ_ONLY_OPEN_DELAYED

Parameter type: 

Boolean 

Parameter class: 

Static 

Default value: 

FALSE 

Range of values: 

TRUE | FALSE 

READ_ONLY_OPEN_DELAYED determines when datafiles in read-only tablespaces are accessed:

  • TRUE: the datafiles are accessed for the first time only when an attempt is made to read data stored within them.

  • FALSE: the datafiles are accessed at database open time.

 

You can use this parameter to speed up some operations (primarily opening the database) for very large databases when substantial portions of the database are stored in read-only tablespaces. Consider setting this parameter to TRUE for such databases, especially if portions of the read-only data are stored on slow-access devices or hierarchical storage. 

See Also: Oracle8i Administrator's Guide for information on the consequences of delaying access of datafiles in read-only tablespaces. 


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