ORA-DB-ONE

AWR – DB Report with dbms_workload_repository Package

Posted in AWR Report by jackyoon on November 8, 2011

* You can use dbms_workload_repository package to generate AWR DB Reports.

AWR_REPORT_TEXT
AWR_REPORT_HTML
SELECT OUTPUT

FROM TABLE(DBMS_WORKLOAD_REPOSITORY.AWR_REPORT_HTML

(2934657915,1,33907,33913);

* You can also use same pakcage to generate AWR DB comparison reports.

AWR_DIFF_REPORT_TEXT
AWR_DIFF_REPORT_HTML
SELECT OUTPUT

FROM TABLE(DBMS_WORKLOAD_REPOSITORY.AWR_DIFF_REPORT_HTML(

2934657915,1,33907,33913,

2934657915,1,43981,44832);
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.