expdp exclude/include 命令出錯
expdp rtms/rtms directory=dump_dir dumpfile=XXX exclude=TABLE:"IN ('AA','BB','CC','EE','EE')"
Export: Release 11.2.0.1.0 - Production on Mon Feb 9 11:38:24 2015
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, OLAP, Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39071: Value for EXCLUDE is badly formed.
ORA-00936: missing expression
經查,為在Linux系統中跳脫字元的問題,在win下應該正常
>寫上了 table:in('XXX'),table:in('ZZZ') 發現還必須大寫
因為使用了單引號,類似於SQL語句中的IN寫法。
>還不能連著寫??TABLE:IN('XXX','ZZZ')??
可以連著寫。如果在命令列中使用,而不使用PARFILE選項將條件寫在引數檔案中,一定要注意特殊字元的轉義。
EXCLUDE=TABLE:\"IN\(\'T\',\'T_TEST\'\)\"
Export: Release 11.2.0.1.0 - Production on Mon Feb 9 11:38:24 2015
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, OLAP, Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39071: Value for EXCLUDE is badly formed.
ORA-00936: missing expression
經查,為在Linux系統中跳脫字元的問題,在win下應該正常
>寫上了 table:in('XXX'),table:in('ZZZ') 發現還必須大寫
因為使用了單引號,類似於SQL語句中的IN寫法。
>還不能連著寫??TABLE:IN('XXX','ZZZ')??
可以連著寫。如果在命令列中使用,而不使用PARFILE選項將條件寫在引數檔案中,一定要注意特殊字元的轉義。
EXCLUDE=TABLE:\"IN\(\'T\',\'T_TEST\'\)\"
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28258625/viewspace-1431235/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- expdp中使用include或者exclude匯出資料
- mac 的tar命令--exclude和linux的tar命令--exclude的區別MacLinux
- 關於 Oracle 10g EXPDP 的 EXCLUDE 引數Oracle 10g
- expdp exclude大量表可以使用子查詢實現
- 【SpringMVC】<context:include-filter>&&<context:exclude-filter>爬坑SpringMVCContextFilter
- 【EXPDP】使用EXPDP工具的 EXCLUDE選項過濾掉不關心的資料庫物件資料庫物件
- 記一次 oracle expdp 匯出錯誤Oracle
- tar命令中--exclude引數使用詳解
- expdp impdp 資料庫匯入匯出命令詳解資料庫
- 使用EXPDP工具的 EXCLUDE選項過濾掉不關心的資料庫物件資料庫物件
- expdp impdp 使用命令解析
- ORACLE EXPDP命令使用詳細Oracle
- exp/imp出現錯誤通過expdp/impdp來解決
- Oracle expdp/impdp匯出匯入命令及資料庫備份Oracle資料庫
- Oracle10g 資料泵匯出命令 expdp 使用總結Oracle
- expdp 匯出指令碼指令碼
- oracle EXPDP/IMPDP 常用命令Oracle
- 使用 sudo 命令出現錯誤
- Include檔案易犯編譯錯誤編譯
- 【EXPDP/IMPDP】使用 EXPDP/IMPDP工具“模糊”匯出和匯入
- #include與#include區別
- expdp 匯出特定物件物件
- Linux tar命令exclude選項排除指定檔案或目錄Linux
- oracle資料泵備份(Expdp命令)Oracle
- include指令和include動作
- expdp遠端匯出資料
- expdp 匯出簡單筆記筆記
- linux下unzip命令出錯問題Linux
- oracle 10g expdp匯出報錯ora-4031的解決方法Oracle 10g
- expdp 全庫匯入報錯總結
- oracle匯入匯出之expdp/impdpOracle
- expdp impdp只匯出匯入viewView
- expdp匯出表的部分資料
- expdp 使用QUERY 匯出部分資料。
- rman:configure exclude for tablespace ...
- 使用expdp匯出資料,報ORA-01691表空間不足錯誤
- expdp/impdp來解決exp/imp出現的錯誤並匯入指定表空間
- Oracle expdp資料泵遠端匯出Oracle