exp/imp模糊导入导出

oracle真是博大,好多东西都没用上,今天从网上看到一篇相关文章关于exp模糊导出表数据的,

自己测试了一把, 283a16da79f3aa23fe1025c96295f04f.gif
C:\Documents and Settings\Paul Yi>sqlplus /nolog

SQL*Plus: Release 9.2.0.4.0 - Production on 星期四 8月 16 15:27:36 2007

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

SQL> conn paul/paul@primary
已连接。
SQL> create table test_1 (a number);

表已创建。

SQL> create table test_2 (a number);

表已创建。

SQL> create table test_3 (a number);

表已创建。

SQL> insert into test_1 values(1);

已创建 1 行。

SQL> insert into test_2 values(1);

已创建 1 行。

SQL> insert into test_3 values(1);

已创建 1 行。

SQL> commit;

提交完成。

SQL> exit
从Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production中断开

C:\Documents and Settings\Paul Yi>exp system/abcdefg@primary tables=(paul.test%) file=c:\study.dmp rows=y;

Export: Release 9.2.0.4.0 - Production on 星期四 8月 16 15:30:03 2007

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.


连接到: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集

即将导出指定的表通过常规路径 ...
当前的用户已更改为 PAUL
. . 正在导出表 TEST 2 行被导出
. . 正在导出表 TEST1 197856 行被导出
. . 正在导出表 TEST2 499 行被导出
. . 正在导出表 TEST_1 1 行被导出
. . 正在导出表 TEST_2 1 行被导出
. . 正在导出表 TEST_3 1 行被导出
在没有警告的情况下成功终止导出。

C:\Documents and Settings\Paul Yi>

imp同上

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

转载于:http://blog.itpub.net/7199859/viewspace-17253/

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值