Oracle Parallel Processing By Tushar Mahapatra and Sanjay Mishra The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was last updated on January 10, 2002. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification UNCONFIRMED errors: {69} The second sentence of the 5th paragraph states that the initialization parameter "applies to both instance recovery and media recovery." The initialization parameter actually only applies to instance recovery. The README.doc file located in $ORACLE_HOME/rdbms/doc states that the Oracle online documentation incorrectly states that this parameter also applies to media recovery. {183} Under 3rd paragraph; The SQL listed reads: select * from v$sysstat where statistic#='DBWR cross instance writes'; It should read : the SQL listed says select * from v$sysstat where name = 'DBWR cross instance writes';