导出/导入数据时不会对统计信息产生影响

--导出/导入数据时统计信息不会发生变化
scott@ORCL> create table t as select * from dba_objects;


表已创建。
scott@ORCL> create directory dump2 as 'd:/dump1';


目录已创建。
scott@ORCL> exec dbms_stats.gather_table_stats(user,'T');


PL/SQL 过程已成功完成。


scott@ORCL> select to_char(last_analyzed,'yyyy-mm-dd hh24:mi:ss') from user_tables where table_name='T';


TO_CHAR(LAST_ANALYZ
-------------------
2013-03-14 18:41:36

--expdp语句不加;
C:\Users\Administrator>expdp scott/tiger@ORCL dumpfile=1.dmp directory=dump2 tables=T

Export: Release 11.2.0.1.0 - Production on 星期四 3月 14 18:50:21 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
启动 "SCOTT"."SYS_EXPORT_TABLE_01":  scott/********@ORCL dumpfile=1.dmp directory=dump2 tables=T
正在使用 BLOCKS 方法进行估计...
处理对象类型 TABLE_EXPORT/TABLE/TABLE_DATA
使用 BLOCKS 方法的总估计: 10 MB
处理对象类型 TABLE_EXPORT/TABLE/TABLE
处理对象类型 TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . 导出了 "SCOTT"."T"                                 7.853 MB   81756 行
已成功加载/卸载了主表 "SCOTT"."SYS_EXPORT_TABLE_01"
******************************************************************************
SCOTT.SYS_EXPORT_TABLE_01 的转储文件集为:
  D:\DUMP1\1.DMP
作业 "SCOTT"."SYS_EXPORT_TABLE_01" 已于 18:50:41 成功完成


--导入dmp文件
C:\Users\Administrator>impdp scott/tiger@orcl directory=dump2 dumpfile=1.dmp remap_schema=scott:sh
Import: Release 11.2.0.1.0 - Production on 星期四 3月 14 18:53:33 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已成功加载/卸载了主表 "SCOTT"."SYS_IMPORT_FULL_01"
启动 "SCOTT"."SYS_IMPORT_FULL_01":  scott/********@orcl directory=dump2 dumpfile=1.dmp remap_schema=scott:sh
处理对象类型 TABLE_EXPORT/TABLE/TABLE
处理对象类型 TABLE_EXPORT/TABLE/TABLE_DATA
. . 导入了 "SH"."T"                                    7.853 MB   81756 行
处理对象类型 TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
作业 "SCOTT"."SYS_IMPORT_FULL_01" 已于 18:53:43 成功完成


sh@ORCL> select to_char(last_analyzed,'yyyy-mm-dd hh24:mi:ss') from user_tables where table_name='T';

TO_CHAR(LAST_ANALYZ
-------------------
2013-03-14 18:41:36


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值