This
page has numerous scripts that can used on an everyday basis. They are
mostly monitoring scripts along with a few utility scripts. These are
a collection of scripts collected from various sources including
oracle's metalink along with some that we've come up with.
Disclaimer:No
responsibility can be accepted for any loss of data, performance
problems, or any other problems that you might experience, as a result
of the application of the information or scripts presented at
dbaXchange.com. You are strongly advised to thoroughly test scripts
and techniques on a test database, before even considering to apply
them to a production environment.
Scripts for block buffers. The
first script gives details on the block buffer usage for DEFAULT, KEEP
and RECYCLE buffers while the second script gives details on the hit
ration for each of the 3 buffer types.
Scripts for the multi-treaded
server (MTS). The first script helps find the dispatcher and shared
server information for a given user while the second script gives
details on the dispatcher and queue wait time.
This is a 3 part script. The
first part identifies the latch contention, the second part gives
latch children information while the final part identifies the
segments that might be contributing to the latch contention.
An improved way to list tablespace
whose space is below the user supplied threshold along with percentage of space free within the
tablespace. Takes datafile autoextend in to consideration.