AWR Notes
AWR Notes
============================================================
oracle database automatical collects and stroes database performance statitics r
elating to problem deletion and tuning.
it stores awrreport in sysaux tablespace. by default it genarate awr report for
every 1 hour. all performance related
information is stored in v$sysstat & V$sessstat are useful to gether the statist
ics.the retension of awr report in sysaux tablespace is 8 days.
MMON will perform the most management related tasks including alerts
1. dbobjects_usage statitics
2. time model statitics
3.wait statitics
4. ash reports
5.top 5 events
6. o/s statitics such as i/o and memory usage with in db.
two it will
1.temporary
performance
2.persitant
STATPACK:
=========
@ORACLE_HOME/rdbms/admin/spreport.sql
HOW TO RUN AWR REPORT:
======================
1. Go to $ORALCE_HOME/RDBMS/ADMIN LOCATION
2. COnnect sql
SQL> @awrreport
3. it will asks for report type html or text default HTMl
4. select the days u want to go back
5. specify the begin & End snapshot id's
6. specify the report name
7.rerport wil be genarated in admin direectory
ADDM(Automatic Database Diagnostc Monitor):
===========================================