EXP:

获取帮助 EXP help=y 

完全导出:full=y

方案导出 owner=(system,sys,.....)

表导出 tables=(a,b,....)

查询结果导出

tables=(a) query="where filed ='xxxx'" 

 表结构不含数据,索引......

rows=n triggers=n index=n statistics=none

.......

 IMP 

完整导出

full=y ignore=y

 用户所属数据导入另一个用户

fromuser=u1 touser=u2

表导入

fromuser=u1 tables=(a,b,....)

导入数据时 当表中含有LOB等特殊字段时会报错

"找不到XXX 空间..........."

解决方案:

1. 用PL SQL 导出USER 'S OBJECT 的SQL文件后修改tablespace xxx;

2.在将sql文件执行生成表结构。

3.再通过imp导入数据。 

 

 

 

相关文章:

  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-06-23
  • 2021-08-08
  • 2021-11-26
猜你喜欢
  • 2018-05-30
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案