Name

DB_FILE_SIMULTANEOUS_WRITES

Synopsis

Values:1 to 4 × number of disks in a striped file, or 4 if no striping

Default:4

Specifies the maximum number of simultaneous writes allowed for a given database file. Oracle also uses this parameter to compute various internal parameters that affect read and write operations to database files. Increasing the value of this parameter is beneficial in environments where the database files reside on RAM devices or which use disk striping at the operating system level. If striped files are used, Oracle recommends that the value of this parameter be set to four times the maximum number of disks in the file that is striped the most. This parameter is also used to determine the number of reads per file in the redo read-ahead when reading redo during recovery.

Warning

If an excessively large value is specified for this parameter, significant delays in performing read and write operations to a given database file might occur, because I/O requests get queued in the disk. If the value set is too small, the number of I/Os that can be issued to a given database file will be limited.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset