导出/导入 snap信息

由于数据库迁移,希望通过awrdd对比一下迁移前与迁移后的性能.
1.导出源库 awr 信息


SQL> @?/rdbms/admin/awrextr.sql
~~~~~~~~~~~~~
AWR EXTRACT
~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~  This script will extract the AWR data for a range of snapshots  ~
~  into a dump file.  The script will prompt users for the         ~
~  following information:                                          ~
~     (1) database id                                              ~
~     (2) snapshot range to extract                                ~
~     (3) name of directory object                                 ~
~     (4) name of dump file                                        ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




Databases in this Workload Repository schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


   DB Id     DB Name      Host
------------ ------------ ------------
* 3217450098 HQTDSKF      nhqtds


The default database id is the local one: '3217450098'.  To use this
database id, press to continue, otherwise enter an alternative.


Enter value for dbid: 3217450098


Using 3217450098 for Database ID




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 without
specifying a number lists all completed snapshots.




Enter value for num_days: 8


Listing the last 8 days of Completed Snapshots


DB Name        Snap Id    Snap Started
------------ --------- ------------------
HQTDSKF           8454 01 Mar 2017 00:00
                  8455 01 Mar 2017 01:00
                  8456 01 Mar 2017 02:00
-----------------------------------------------------
Specify the Begin and End Snapshot Ids
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Enter value for begin_snap: 8454
Begin Snapshot Id specified: 8454


Enter value for end_snap: 8637
End   Snapshot Id specified: 8637




Specify the Directory Name
~~~~~~~~~~~~~~~~~~~~~~~~~~


Directory Name                 Directory Path
------------------------------ -------------------------------------------------
DATA_PUMP_DIR                  /u01/app/oracle/admin/hqtdskf/dpdump/
DUMP                           /oradata/nhqtdskf
EXPDIR                         /dumpback/expdir
ORACLE_OCM_CONFIG_DIR          /u01/app/oracle/product/11.2.0/dbhome_1/ccr/state
SQLT$BDUMP                     /u01/app/oracle/diag/rdbms/jctds/jctds3/trace
SQLT$STAGE                     /u01/app/oracle/diag/rdbms/jctds/jctds3/trace
SQLT$UDUMP                     /u01/app/oracle/diag/rdbms/jctds/jctds3/trace
TEST                           /oradata/nhqtdskf
TRACE_DIR_SRC_4_TCB            /u01/app/oracle/diag/rdbms/jctds/jctds3/trace
TRCA$INPUT1                    /u01/app/oracle/diag/rdbms/jctds/jctds3/trace
TRCA$INPUT2                    /u01/app/oracle/diag/rdbms/jctds/jctds3/trace


Directory Name                 Directory Path
------------------------------ -------------------------------------------------
TRCA$STAGE                     /u01/app/oracle/diag/rdbms/jctds/jctds3/trace
XMLDIR                         /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/xml


Choose a Directory Name from the above list (case-sensitive).


Enter value for directory_name: TEST


Using the dump directory: TEST


Specify the Name of the Extract Dump File
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The prefix for the default dump file name is awrdat_8454_8637.
To use this name, press to continue, otherwise enter
an alternative.


Enter value for file_name: mm.dmp 


Using the dump file prefix: mm.dmp
|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|  The AWR extract dump file will be located
|  in the following directory/file:
|   /oradata/nhqtdskf
|   mm.dmp.dmp
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|  *** AWR Extract Started ...
|
|  This operation will take a few moments. The
|  progress of the AWR extract operation can be
|  monitored in the following directory/file:
|   /oradata/nhqtdskf
|   mm.dmp.log


End of AWR Extract
SQL> 


导出完成了


2.导入目标库 


SQL> @?/rdbms/admin/awrload.sql
~~~~~~~~~~
AWR LOAD
~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~  This script will load the AWR data from a dump file. The   ~
~  script will prompt users for the following information:    ~
~     (1) name of directory object                            ~
~     (2) name of dump file                                   ~
~     (3) staging schema name to load AWR data into           ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Specify the Directory Name
~~~~~~~~~~~~~~~~~~~~~~~~~~


Directory Name                 Directory Path
------------------------------ -------------------------------------------------
DATA_PUMP_DIR                  /u01/app/oracle/admin/test/dpdump/
ORACLE_OCM_CONFIG_DIR          /u01/app/oracle/product/11.2.0/dbhome_1/ccr/state
SQLT$BDUMP                     /u01/app/oracle/diag/rdbms/wh/test/trace
SQLT$DIAG                      /u01/app/oracle/diag/rdbms/wh/test/trace
SQLT$STAGE                     /u01/app/oracle/diag/rdbms/wh/test/trace
SQLT$UDUMP                     /u01/app/oracle/diag/rdbms/wh/test/trace
TEST                           /oradata/nhqtdskf
TRCA$INPUT1                    /u01/app/oracle/diag/rdbms/wh/test/trace
TRCA$INPUT2                    /u01/app/oracle/diag/rdbms/wh/test/trace
TRCA$STAGE                     /u01/app/oracle/diag/rdbms/wh/test/trace
XMLDIR                         /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/xml


Choose a Directory Name from the list above (case-sensitive).


Enter value for directory_name: TEST


Using the dump directory: TEST


Specify the Name of the Dump File to Load
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please specify the prefix of the dump file (.dmp) to load:


Enter value for file_name: mm.dmp


Loading from the file name: mm.dmp.dmp


Staging Schema to Load AWR Snapshot Data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The next step is to create the staging schema
where the AWR snapshot data will be loaded.
After loading the data into the staging schema,
the data will be transferred into the AWR tables
in the SYS schema.




The default staging schema name is AWR_STAGE.
To use this name, press to continue, otherwise enter
an alternative.


Enter value for schema_name: TESTUSER


Using the staging schema name: TESTUSER


Choose the Default tablespace for the TESTUSER user
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Choose the TESTUSER users's default tablespace.  This is the
tablespace in which the AWR data will be staged.


TABLESPACE_NAME                CONTENTS  DEFAULT TABLESPACE
------------------------------ --------- ------------------
SYSAUX                         PERMANENT *
USERS                          PERMANENT


Pressing will result in the recommended default
tablespace (identified by *) being used.


Enter value for default_tablespace: SYSAUX


Using tablespace SYSAUX as the default tablespace for the TESTUSER




Choose the Temporary tablespace for the TESTUSER user
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Choose the TESTUSER user's temporary tablespace.


TABLESPACE_NAME                CONTENTS  DEFAULT TEMP TABLESPACE
------------------------------ --------- -----------------------
TEMP                           TEMPORARY *


Pressing will result in the database's default temporary
tablespace (identified by *) being used.


Enter value for temporary_tablespace: TEMP


Using tablespace TEMP as the temporary tablespace for TESTUSER




... Creating TESTUSER user


|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|  Loading the AWR data from the following
|  directory/file:
|   /oradata/nhqtdskf
|   mm.dmp.dmp
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|  *** AWR Load Started ...
|
|  This operation will take a few moments. The
|  progress of the AWR load operation can be
|  monitored in the following directory/file:
|   /oradata/nhqtdskf
|   mm.dmp.log
|
... Dropping TESTUSER user


End of AWR Load
SQL> 






3.进行对比
查询一下信息


SQL> select distinct dbid from dba_hist_snapshot;


      DBID
----------
3114505484
3217450098


3217450098  是源库


SQL> select dbid from v$database;


      DBID
----------
3114505484
这个是当前库


我们对源库 3月7日12点的数据与 当前库  3月8日12点的数据进行对比
set line 999
select snap_id,begin_interval_time,end_interval_time from dba_hist_snapshot where dbid = 3217450098 order by begin_interval_time asc;
 8611 07-MAR-17 12.00.14.627 PM                                                   07-MAR-17 01.00.18.365 PM
 8612 07-MAR-17 01.00.18.365 PM                                                   07-MAR-17 02.00.21.985 PM


应该是 8611与8612 这两个snap


查看一下目标库  12 点的 snap信息
set line 999
select snap_id,begin_interval_time,end_interval_time from dba_hist_snapshot where dbid = 3114505484 order by begin_interval_time asc;
7767 08-MAR-17 12.00.55.675 PM                                                   08-MAR-17 01.00.27.035 PM
7768 08-MAR-17 01.00.27.035 PM                                                   08-MAR-17 02.00.30.535 PM
应该是 7767 与 7768 两个snap信息


spool awr_compare_report.html
set echo off;
set veri off;
set feedback off;
set head off
set verify off
set lines 8000
select * from TABLE(DBMS_WORKLOAD_REPOSITORY.awr_diff_report_html(3217450098,1,8611,8612,3114505484,1,7767,7768));
spool off


拿到报告就可以分析啦.






来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7569309/viewspace-2134944/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/7569309/viewspace-2134944/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
ESA SNAP(Sentinel Application Platform)是欧洲空间局(ESA)推出的一款开源软件,用于处理和分析卫星数据。它主要用于处理Sentinel系列卫星的数据,包括Sentinel-1、Sentinel-2、Sentinel-3和Sentinel-5P。 ESA SNAP的下载过程相对简单。首先,您需要打开ESA官方网站(https://step.esa.int/main/download/)找到ESA SNAP的下载页面。然后,根据您的操作系统选择相应的安装程序,如Windows、Mac或Linux。点击下载按钮,即可开始下载安装程序。 下载完成后,双击安装程序,按照提示进行安装。在安装过程中,您可以选择是否安装额外的插件,并设置安装路径。安装完成后,您可以在开始菜单(Windows)或应用程序文件夹(Mac)中找到ESA SNAP的图标。 打开ESA SNAP后,您将进入主界面。在这里,您可以通过加载卫星数据文件或使用在线数据服务导入卫星图像数据。然后,您可以使用各种工具和功能,例如数据处理、图像增强、图像分类和特征提取等,对这些数据进行分析和处理。 除了基本的图像处理功能之外,ESA SNAP还提供了许多高级功能,如雷达散射数据处理、大气校正、地表温度估算和气溶胶浓度计算等。它还支持多种数据格式的导入导出,以及与其他GIS软件的集成。 总之,ESA SNAP是一款功能强大、易于使用的卫星数据处理软件。通过下载和安装ESA SNAP,您可以更好地利用Sentinel卫星数据,进行遥感数据处理和分析,以支持地球环境监测、气候研究和自然资源管理等应用领域。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值