Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Database is slow

user645399Mar 30 2011 — edited Apr 19 2011
Hi everyone,

all the developers are complaining that the db is slow while there are other databases in the same server which are heavily used too. Not sure where is the problem residing.

What kind of information should I be getting from the developers to understand the problem better? and I tried this sql and this is the result. Any clue from this one?
select (sum(gets - getmisses - fixed)) / sum(gets) "data dictionary hit ratio"
from v$rowcache;

data dictionary hit ratio
0.97865946635299
Really hope to hear some suggestions.

Thank You.

Nith
This post has been answered by amardeep.sidhu on Mar 31 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2011
Added on Mar 30 2011
71 comments
1,974 views