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!

How to run oracle AWR Report

636287May 20 2010 — edited Apr 10 2012
Hi all ,

I am trying to create an AWR report through oracle 10g R@ . My OS is win server 2003 .
This is the query I am using

SELECT
output
FROM TABLE(dbms_workload_repository.awr_report_text ( ));

I am able to finf the first 2 partameters , L_DBID and L_INST_NUM .

Can you tell me how can I find the 3rd and 4th parameter value i.e.
L_BID and L_EID.

Thank you .
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2012
Added on May 20 2010
8 comments
95,874 views