I install sportlight (quest software ) , oracle management server performance dignostic.
I am trying to monitor my production database and found
buffer hit%;
Sportlight shows 0% to 50%
(Oem)Performance manager- 81%
(Oem)memory cache hits , buffer cache hit% negative.
My database has some serious problems, Now can I get correct buffer hit%.
If you do not specify optimal size in rollback segment what will happen ? What is the meaning of rollback wrap, undo header ? Does it effact degrad performance. My rollback shrink is 0.
Did you run the database for several hours before taking the hit ratio?
If you do not specify optimal size in rollback segment what will happen ? What is the meaning of rollback wrap, undo header ? Does it effact degrad performance. My rollback shrink is 0
If you do not specify optimal size while creating roll back segments, they will not shrink. There is a chance of them getting elongated out of proportion if there is a long running transaction. If optimal is specified (recommended), the roll back segment will shrink back to its optimal size.
Wraps occur when the transaction has to carry forward to the next rollback extent. Wraps occur normally and do not affect performance if the next extent is inactive and available.
Bookmarks