I guess the problem I have is not really tuning the database yet. I have to monitor the performance of the database, to see how SQL statemenets got executed, how many resources it consumes, the toughest part is real time. So I need something like a GUI base monitoring utility to do the job, so any help?
Main Topics
Browse All Topics





by: asimkovskyPosted on 2002-04-17 at 11:35:19ID: 6948659
There are plenty of good tuning tools out there, but *free* is the hard part. Since tuning an Oracle database can be very complex, most people are not interested in developing a tool to do that if they are not going to make money on it.
If you really can't spend the money, learn the data dictionary and query it yourself with SQL*Plus. Everything a tuning tool can do, you can do yourself. You just have to know where to look.
Andrew