oracle按照表條件expdp匯出資料
編寫匯出指令碼
1. 編寫引數檔案
如要匯出的表的查詢條件如下:
select * from mf_acct_dtl where acct_date>'2018-12-31' and acct_date<'2020-01-01'
select * from mf_sub_gen_led where acct_date>'2018-12-31' and acct_date<'2020-01-01'
select * from hs_acct_dtl where acct_date>'2018-12-31' and acct_date<'2020-01-01'
select * from hs_sub_gen_led where acct_date>'2018-12-31' and acct_date<'2020-01-01'
select * from fin_acct_dtl where acct_date>'2018-12-31' and acct_date<'2020-01-01'
select * from fin_sub_gen_led where acct_date>'2018-12-31' and acct_date<'2020-01-01'
引數檔案 exp.par 內容如下:
DUMPFILE=20200226.dmp
DIRECTORY=DATA_PUMP_DIR
JOB_NAME=JOB02
TABLES=
(
MF_ACCT_DTL,
MF_SUB_GEN_LED,
HS_ACCT_DTL,
HS_SUB_GEN_LED,
FIN_ACCT_DTL,
FIN_SUB_GEN_LED
)
QUERY=
(
MF_ACCT_DTL:"where acct_date>'2018-12-31' and acct_date<'2020-01-01'",
MF_SUB_GEN_LED:"where acct_date>'2018-12-31' and acct_date<'2020-01-01'",
HS_ACCT_DTL:"where acct_date>'2018-12-31' and acct_date<'2020-01-01'",
HS_SUB_GEN_LED:"where acct_date>'2018-12-31' and acct_date<'2020-01-01'",
FIN_ACCT_DTL:"where acct_date>'2018-12-31' and acct_date<'2020-01-01'",
FIN_SUB_GEN_LED:"where acct_date>'2018-12-31' and acct_date<'2020-01-01'"
)
2. 編寫匯出命令
expdp "'" / as sysdba"'" parfile=exp.par
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69993859/viewspace-2753726/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle資料泵匯出匯入(expdp/impdp)Oracle
- Oracle expdp資料泵遠端匯出Oracle
- Oracle使用資料泵expdp,impdp進行資料匯出匯入Oracle
- oracle10g expdp資料泵的bug,按schema匯出,匯入impdp時無jobOracle
- Oracle 11g 透過expdp按日期匯出表Oracle
- Oracle 12c expdp和impdp匯出匯入表Oracle
- Oracle 資料匯入匯出Oracle
- Oracle資料匯入匯出Oracle
- [oracle] expdp 匯出分割槽表的分割槽Oracle
- oracle 11g expdp匯出報ORA-24001Oracle
- Oracle 12.1.0.2 expdp匯出分割槽表資料遇到BUG慢的原因和解決方法Oracle
- 【資料泵】EXPDP匯出表結構(真實案例)
- oracle資料匯出匯入(exp/imp)Oracle
- oracle單表按時間匯出Oracle
- [重慶思莊每日技術分享]-expdp按日期匯出表
- expdp在匯出時對資料大小進行評估
- oracle資料庫的impdp,expdpOracle資料庫
- Oracle資料泵的匯入和匯出Oracle
- 【ASK_ORACLE】一眼判斷出Oracle的dmp檔案是用expdp匯出還是exp匯出Oracle
- Oracle 資料匯出注意事項Oracle
- Python按條件刪除Excel表格資料的方法PythonExcel
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- Oracle資料庫——資料匯出時出現匯出成功終止, 但出現警告。Oracle資料庫
- oracle 備份資料庫,匯出資料庫Oracle資料庫
- expdp 匯出時指定節點
- exp匯出表中特定條件的表
- Oracle匯出資料庫與還原Oracle資料庫
- expdp匯出報錯ORA-39127
- 使用Exp和Expdp匯出資料的效能對比與最佳化
- ORACLE 查詢條件出現關鍵字:&Oracle
- MySQL 匯出一條資料的插入語句MySql
- 基於flashback_scn的expdp匯出
- 大量表格資料(>10萬條)使用PLSQL快速匯入OracleSQLOracle
- Oracle資料庫的邏輯備份工具-expdp資料泵Oracle資料庫
- 【JavaScript】鍵盤按鍵Keycode對照表(鍵碼對照表)JavaScript
- Oracle 資料匯入ExcelOracleExcel
- 資料庫 MySQL 資料匯入匯出資料庫MySql
- 特殊條件資料傳輸