expdp匯出表的部分資料
針對 expdp 匯出表的部分資料,測試如下
在 /home/oracle 目錄下新建一個 expdp.par 檔案,檔案內容如下:
directory=expdir
dumpfile=scott_part.dmp
logfile=part_scott.log
tables=tt
query=tt:"where object_id<=20"
然後執行下述命令,匯出tt表的部分資料
[oracle@VM-10 ~]$ expdp scott/tiger parfile=/home/oracle/expdp.par
Export: Release 10.2.0.4.0 - 64bit Production on Wednesday, 09 October, 2013 14:54:05
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SCOTT"."SYS_EXPORT_TABLE_01": scott/******** parfile=/home/oracle/expdp.par
Estimate in progress using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 45 MB
Processing object type TABLE_EXPORT/TABLE/TABLE
. . exported "SCOTT"."TT" 19.96 KB 152 rows
Master table "SCOTT"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
******************************************************************************
Dump file set for SCOTT.SYS_EXPORT_TABLE_01 is:
/oradata/expdir/scott_part.dmp
Job "SCOTT"."SYS_EXPORT_TABLE_01" successfully completed at 14:54:09
結果顯示有 152 rows匯出,可以從資料庫中驗證該結果
SQL> select count(*) from tt where object_id<=20;
COUNT(*)
----------
152
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28373936/viewspace-1722294/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle expdp匯出多表或表中的部分資料Oracle
- expdp 使用QUERY 匯出部分資料。
- 使用expdp匯出分割槽表中的部分分割槽資料
- mysql匯出某個表的部分資料MySql
- expdp遠端匯出資料
- 【資料泵】EXPDP匯出表結構(真實案例)
- 使用EXPDP/IMPDP匯入匯出表中資料/後設資料測試
- Oracle資料泵匯出匯入(expdp/impdp)Oracle
- Postgresql匯出部分資料SQL
- 資料庫泵(expdp/impdp)匯入匯出流程資料庫
- MYSQL 匯出資料庫中某張表的部分數…MySql資料庫
- 使用資料泵工具expdp工具匯出資料
- 細緻入微:如何使用資料泵匯出表的部分列資料
- Oracle expdp資料泵遠端匯出Oracle
- expdp impdp 資料庫匯入匯出命令詳解資料庫
- Oracle使用資料泵expdp,impdp進行資料匯出匯入Oracle
- 【EXP】使用EXP的QUERY選項匯出表中部分資料
- [oracle] expdp 匯出分割槽表的分割槽Oracle
- oracle按照表條件expdp匯出資料Oracle
- expdp中使用include或者exclude匯出資料
- 在鎖表情況下expdp匯出資料
- [20171212]EXPDP如何匯出兩表關聯後的資料
- Progress資料表的匯入匯出
- Oracle exp只匯出部分資料Oracle
- Oracle 12c expdp和impdp匯出匯入表Oracle
- mysqldump匯入匯出表資料MySql
- 資料泵匯出匯入表
- Oracle expdp/impdp匯出匯入命令及資料庫備份Oracle資料庫
- 通過EXPDP/IMPDP匯出匯入遠端資料倒本地
- Oracle expdp/impdp匯入匯出備份資料庫指令碼Oracle資料庫指令碼
- DB2資料庫匯出表結構與匯入、匯出表資料DB2資料庫
- Oracle 12.1.0.2 expdp匯出分割槽表資料遇到BUG慢的原因和解決方法Oracle
- MySQL表資料匯入與匯出MySql
- 使用expdp匯出資料,報ORA-01691表空間不足錯誤
- expdp 匯出指令碼指令碼
- 資料泵 EXPDP 匯出工具的使用
- Sql多個表部分資料匯入匯出(臨時想的,暫沒想到其他辦法)SQL
- 【EXPDP/IMPDP】使用 EXPDP/IMPDP工具“模糊”匯出和匯入