expdp 使用QUERY 匯出部分資料。
AIX , ORACLE 11G:
expdp hldba/dba123@appdev directory=EXP_DIR log=tmp1.log dumpfile=tmp1.dmp tables=tp1 query="" where OWNER='HLDBA' " "
-- 注意,雙引號正確使用方法,SHELL需要一個,EXPDP也需要一個。
---LOG資訊如下:
/home/oracle/dump_data$log dumpfile=tmp1.dmp tables=tp1 query="" where OWNER='HLDBA' " " <
Export: Release 11.2.0.1.0 - Production on Wed Apr 13 12:02:58 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning and OLAP options
Legacy Mode Active due to the following parameters:
Legacy Mode Parameter: "log=tmp1.log" Location: Command Line, Replaced with: "logfile=tmp1.log"
Legacy Mode has set reuse_dumpfiles=true parameter.
Starting "HLDBA"."SYS_EXPORT_TABLE_01": hldba/********@appdev directory=EXP_DIR logfile=tmp1.log dumpfile=tmp1.dmp tables=tp1 query=" where OWNER='HLDBA' " reuse_dumpfiles=true
Estimate in progress using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 10 MB
Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . exported "HLDBA"."TP1":"P2" 11.57 KB 10 rows
. . exported "HLDBA"."TP1":"P1" 10.70 KB 0 rows
Master table "HLDBA"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
******************************************************************************
Dump file set for HLDBA.SYS_EXPORT_TABLE_01 is:
/home/oracle/dump_data/tmp1.dmp
Job "HLDBA"."SYS_EXPORT_TABLE_01" successfully completed at 12:03:08
/home/oracle/dump_data$
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/350519/viewspace-1048602/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- expdp匯出表的部分資料
- 【EXP】使用EXP的QUERY選項匯出表中部分資料
- 使用expdp匯出分割槽表中的部分分割槽資料
- Oracle expdp匯出多表或表中的部分資料Oracle
- 使用資料泵工具expdp工具匯出資料
- expdp中使用include或者exclude匯出資料
- Oracle使用資料泵expdp,impdp進行資料匯出匯入Oracle
- expdp遠端匯出資料
- Oracle資料泵匯出匯入(expdp/impdp)Oracle
- 使用EXPDP/IMPDP匯入匯出表中資料/後設資料測試
- Postgresql匯出部分資料SQL
- 資料庫泵(expdp/impdp)匯入匯出流程資料庫
- 【EXPDP/IMPDP】使用 EXPDP/IMPDP工具“模糊”匯出和匯入
- Oracle expdp資料泵遠端匯出Oracle
- 【EXPDP】使用expdp的QUERY引數限定備份資料的範圍
- expdp impdp 資料庫匯入匯出命令詳解資料庫
- oracle按照表條件expdp匯出資料Oracle
- 在鎖表情況下expdp匯出資料
- 資料泵 EXPDP 匯出工具的使用
- Oracle10g 資料泵匯出命令 expdp 使用總結Oracle
- Oracle exp只匯出部分資料Oracle
- Oracle expdp/impdp匯出匯入命令及資料庫備份Oracle資料庫
- 通過EXPDP/IMPDP匯出匯入遠端資料倒本地
- Oracle expdp/impdp匯入匯出備份資料庫指令碼Oracle資料庫指令碼
- 使用Exp和Expdp匯出資料的效能對比與優化優化
- 細緻入微:如何使用資料泵匯出表的部分列資料
- 使用Exp和Expdp匯出資料的效能對比與最佳化
- 【資料泵】EXPDP匯出表結構(真實案例)
- expdp 匯出指令碼指令碼
- ORACLE expdp匯出遠端庫指定使用者資料到本地資料庫Oracle資料庫
- mysql匯出某個表的部分資料MySql
- shell,ant指令碼實現自動資料泵(exp.expdp)匯出匯入資料指令碼
- expdp在匯出時對資料大小進行評估
- oracle匯入匯出之expdp/impdpOracle
- expdp impdp只匯出匯入viewView
- expdp 匯出特定物件物件
- 使用expdp匯出資料,報ORA-01691表空間不足錯誤
- [20130727]ORACLE 12C使用expdp匯出view資料.txtOracleView