@@awrrpti
undefine num_days;
undefine report_type;
undefine report_name;
undefine begin_snap;
undefine end_snap;
--
-- End of file
其中一段的结果为
select d.dbid
---------- --------- ---------- ----------------
然后调用了awrrpti.sql,其内容较多,以后找机会在专门分析。
这里我们直接执行awrrpt.sql。
SYS@PENG SQL> @/oracle/product/10g/rdbms/admin/awrrpt.sql
Current Instance
~~~~~~~~~~~~~~~~
----------- ------------ -------- ------------
Specify the Report Type
~~~~~~~~~~~~~~~~~~~~~~~
Would you like an HTML report, or a plain text report
Enter 'html' for an HTML report, or 'text' for plain text
Defaults to 'html'
Enter value for report_type: text
Type Specified:
Instances in this Workload Repository schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------ -------- ------------ ------------ ------------
* 620748923
Using
Using
Specify the number of days of snapshots to choose from
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Entering the number of days (n) will result in the most recent
(n) days of snapshots being listed.
specifying a number lists all completed snapshots.
Enter value for num_days: 2
Listing the last 2 days of Completed Snapshots
Instance
------------ ------------ --------- ------------------ -----
peng
Specify the Begin and End Snapshot Ids
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Enter value for begin_snap: 64
Begin Snapshot Id specified: 64
Enter value for end_snap: 70
End
Specify the Report Name
~~~~~~~~~~~~~~~~~~~~~~~
The default report file name is awrrpt_1_64_70.txt.
press
Enter value for report_name: /tmp/awrrpt_1_64_70.txt
生成文件存放在指定的/tmp下。
文件包含一下内容: