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

    ----树梢尖上众山小
  • 相关阅读:
    Centos服务器搭建(3)——安装maven
    Centos服务器搭建(2)——安装tomcat
    Centos服务器搭建(1)——安装jdk
    mysql主从复制
    Json中返回换行符处理
    github pages 绑定域名
    SharePoint学习笔记——子页面
    SharePoint学习笔记——母版页
    SSH+Oracle的整合(SSH与Oracle整合坑巨多)
    SSH整合做CRUD(大神老师整理)
  • 原文地址:https://www.cnblogs.com/lioa/p/oracle.html
Copyright © 2011-2022 走看看