How to use STATSPACK
584465Aug 8 2008 — edited Aug 8 2008I want or use STATSPACK utility for perfomance tuning.
For example how can we use/run statspack for following query
Select emp_name,Salary from emp_table
where emp_name='Alex' order by emp_name;
What will be the result and how can we tune after the result
Oralce 9i and Solaris 9
Could you brief the steps....