EXP:sql
獲取幫助 EXP help=y post
徹底導出:full=yspa
方案導出 owner=(system,sys,.....)索引
表導出 tables=(a,b,....)table
查詢結果導出class
tables=(a) query="where filed ='xxxx'" file
表結構不含數據,索引......im
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導入數據。