Determine database read/write statistics
317715Oct 14 2009 — edited Oct 15 2009From the following (in Oracle documentation)
DB_WRITER_PROCESSES parameter is useful for systems that modify data heavily. It specifies the initial number of database writer processes for an instance.
And from the "Deployment Guide for Oracle on Windows using Dell PowerEdge Servers.pdf" in http://www.oracle.com/technology/tech/windows/index.html
RAID LEVELS I have heard that it is for disks where datafiles reside the following is true
If I/O is <= 90% reads, then it is advisable to go for RAID 10. If I/O is > 90% reads, then RAID 5 could be considered.
I would like to know
1. How do we find out whether our database is "read heavy" or "write heavy"? Are there are scripts available please?
2. In commercial environments, what sort of RAID Levels are normally used for "read heavy and write heavy databases?
Edited by: sandeshd on Oct 14, 2009 3:11 PM