Oracle Perfornamce Tuning approach. Its a very vast topic, i am trying to cover very high level of it. 1. In order to tune your Oracle database, First you need to know what to tune. The first step is to define the scope of tuning. 2. After obtaining a full set of operating system, database, and application statistics, examine the data for any evidence of performance problems. This will help you in understanding of problem area and you will be able to set the scope of tuning. 3. What is affected by the slowdown? For example, is the whole instance slow? Is it a particular application, program, specific operation, or a single user? 4. My approach is to first Examine the Host System. (UNIX : here) Use: iostat (I/o examine), sar ,prstat, vmstat ,netstat ,top , and examine OS error log (e.g /var/adm/messages in (Solaris) ) make sure that you have enough CPU available for oracle processes. Example of cpu monitor Basic global program and thread-level summary tprof -x s...