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

    ----树梢尖上众山小
  • 相关阅读:
    js中的投掷筛子的小游戏
    js俩习题
    python中socket理论
    python实现计时器(装饰器)
    python之正则表达式(re模块)用法总结
    python练习题之随机生成验证码
    python中模块介绍
    python中的装饰器基本理论
    python类与对象练习题扑克牌
    Java抓取网页数据
  • 原文地址:https://www.cnblogs.com/lioa/p/oracle.html
Copyright © 2011-2022 走看看