Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: justification of tuning effort
I kind of do it the Micheal way.
Check the slowest SQL first, a simple change or better index may fix stuff by magnitudes of ten time.
Look for conflicting batch jobs and reschedule.
A database is just part of the system, check OS parameters and performance. Check the OS and Oracle config files for errors, mistakes. I have seen server NIC set at 10MB when the network can run 100MB, sometimes makes a big difference for client-server.
>Hi.
>
> I usually do it other way:
> I start with tuning resource hungry sql statements first.
> In that case I'm able to show the client immediate improvements (
> That screen/report took n minutes/seconds - now it takes a small part
> of it ).
> It even may improve hit ratios without playing with init.ora ( less
> FULL scans etc. ).
>
> HTH. Michael.
--
![]() |
![]() |