zoukankan      html  css  js  c++  java
  • Oracle AWR日志使用

    SQL>@?/rdbms/admin/awrrpt.sql

    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'

    输入 report_type 的值:  

    Type Specified:  html

    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.  Pressing <return> without

    specifying a number lists all completed snapshots.

    输入 num_days 的值:  1

    Listing the last day's Completed Snapshots

                                                            Snap

    Instance     DB Name        Snap Id    Snap Started    Level

    ------------ ------------ --------- ------------------ -----

    orcl10g      ORCL10G            142 03 7  2009 08:11     1

                                    143 03 7  2009 09:00     1

                                    144 03 7  2009 10:00     1

                                    145 03 7  2009 11:00     1

                                    146 03 7  2009 12:01     1

    Specify the Begin and End Snapshot Ids

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    输入 begin_snap 的值:  142

    Begin Snapshot Id specified: 142

    输入 end_snap 的值:  146

    End   Snapshot Id specified: 146

    Specify the Report Name

    ~~~~~~~~~~~~~~~~~~~~~~~

    The default report file name is awrrpt_1_142_146.html.  To use this name,

    press <return> to continue, otherwise enter an alternative.

    输入 report_name 的值:  /home/Oracle/awrrpt_1_142_146.html

    Report written to /home/oracle/awrrpt_1_142_146.html

  • 相关阅读:
    AutoFac
    MEF 基础简介 四
    MEF 基础简介 三
    MEF 基础简介 二
    MEF 基础简介 一
    Ioc原理理解
    .NET里面 abstract class和Interface有什么区别以及用法的展现?
    .NET-ORM框架EF-Code First代码优先
    SQL SERVER PIVOT与用法解释
    SQL Server 中的 NOLOCK 到底是什么意思?
  • 原文地址:https://www.cnblogs.com/itzhangxp/p/3723607.html
Copyright © 2011-2022 走看看