How to run oracle AWR Report
636287May 20 2010 — edited Apr 10 2012Hi 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 .