Datapump:EXCLUDE/INCLUDE
一、用法
-
單值
INCLUDE=TABLE:"= 'EMP'"
INCLUDE=TABLE:"= 'DEPT'" -
多值
INCLUDE=TABLE:"IN ('EMP', 'DEPT')" -
模糊匹配
INCLUDE=TABLE:"LIKE '%E%'"
INCLUDE=TABLE:"LIKE '%P%'"
二、引號轉譯
-
Windows:
D:\> expdp system/manager DIRECTORY=my_dir DUMPFILE=exp_tab.dmp LOGFILE=exp_tab.log SCHEMAS=scott INCLUDE=TABLE:\"IN ('EMP', 'DEP')\"
-
Unix:
% expdp system/manager DIRECTORY=my_dir DUMPFILE=exp_tab.dmp LOGFILE=exp_tab.log SCHEMAS=scott INCLUDE=TABLE:\"IN \'EMP\',\'DEP\' \"
三、內容
要確定可以指定的物件型別的名稱與排除,包括,您可以執行以下查詢:
-
資料庫級匯入匯出export/import:
SELECT named, object_path, comments FROM database_export_objects WHERE object_path NOT LIKE '%/%';
-
表結構級匯入匯出 export/import:
SELECT named, object_path, comments FROM schema_export_objects WHERE object_path NOT LIKE '%/%';
-
表級匯入匯出 export/import:
SELECT named, object_path, comments FROM table_export_objects WHERE object_path NOT LIKE '%/%';
-
for TABLE dependent object types (10.2.0.x only):
SELECT named, object_path, comments FROM database_export_objects WHERE object_path LIKE 'TABLE/%';
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31490526/viewspace-2663847/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mac 的tar命令--exclude和linux的tar命令--exclude的區別MacLinux
- include "head_file" 和 include <head_file>
- WPF Path GeometryCombineMode Union, Exclude,Intersect,Xor
- exclude Log4j print Log
- [20200620]expdp impdp exclude引數.txt
- #include的作用
- #include <> ““區別
- BUUCTF-Include(Web)Web
- Make sure to include VueLoaderPluginVuePlugin
- #include stdio.h(A)
- ORACLE for aix 11.2.0.1 DATAPUMP expdp之BUG 9470768OracleAI
- datapump 匯出匯入ORA-07445
- include與require、require_once與include_once的區別UI
- php中 include,require,include_once,require_once 的區別PHPUI
- [20220128]Check the datapump file header information in Oracle.txtHeaderORMOracle
- #include stdio.h(B)
- Springmvc mvc:exclude-mapping不攔截 無效SpringMVCAPP
- DataPump Export (EXPDP) Fails With Error LPX-216 Invalid CharacterExportAIError
- [ACTF2020 新生賽]IncludeTF2
- 學習Sass @mixin 與 @include
- 永久修改VS include目錄
- Include manifest for over-the-air installationAI
- BUUCTF [ACTF2020 新生賽]IncludeTF2
- BUUCTF[ACTF2020 新生賽]IncludeTF2
- require 和 include 區別小記UI
- Make sure to include VueLoaderPlugin in your webpack configVuePluginWeb
- 【ASK_ORACLE】重灌Oracle資料泵(Datapump)工具的方法Oracle
- Django筆記九之model查詢filter、exclude、annotate、order_byDjango筆記Filter
- 什麼是 SAP ABAP 的 include structureStruct
- dedecms現/include/templets/default/index.htmIndex
- 【DATAPUMP】Oracle資料泵定時備份刪除指令碼Oracle指令碼
- 資料泵datapump(expdp/impdp)的parfile用法,避免跳脫字元字元
- ABAP的include關鍵字,Java的import, C的include和C4C ABSL 的import比較JavaImport
- ABAP include structure 的一個具體用法Struct
- Include檔案易犯編譯錯誤編譯
- C++ include標頭檔案引入規則C++
- write /usr/include/openssl/cms.h: no space left on devicedev
- NBA 2K22 will include the voices of all 30 NBA Teams