zoukankan      html  css  js  c++  java
  • 抓取Oracle数据快照


    进入到oracle安装目录下的admin(找到这个目录)
    开启cmd
    键入sqlplus system/mima@实例名
    >@awrrpt.sql

    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 的值: --------------------html
    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 -------------------- 1
    Listing the last day's Completed Snapshots
    Snap
    Instance DB Name Snap Id Snap Started Level
    ------------ ------------ --------- ------------------ -----
    hurodb 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 的值: c: est.html 
    Report written to c: est.html

    ----树梢尖上众山小
  • 相关阅读:
    UVa 439,Knight Moves
    UVa127,"Accordian" Patience
    UVa11882,Biggest Number
    UVa1599,Ideal Path
    我什么时候才能脱离题解....
    UVa208,Firetruck
    UVa1600,Patrol Robot
    UVa12325, Zombie's Treasure Chest
    随笔
    UVa11054
  • 原文地址:https://www.cnblogs.com/lioa/p/oracle.html
Copyright © 2011-2022 走看看