expdp/impdp 參數說明,中英對照
阿新 • • 發佈:2017-05-05
覆蓋 columns option opera top calculate rmi tina close
1.expdp參數說明
[[email protected] ~]$ expdp help=y Export: Release 11.2.0.3.0 - Production on Thu Sep 4 11:43:39 2014 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. The Data Pump export utility provides a mechanism for transferring data objects between Oracle databases. The utility is invoked with the following command: Example: expdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp You can control how Export runs by entering the ‘expdp‘ command followed by various parameters. To specify parameters, you use keywords: Format: expdp KEYWORD=value or KEYWORD=(value1,value2,...,valueN) Example: expdp scott/tiger DUMPFILE=scott.dmp DIRECTORY=dmpdir SCHEMAS=scott or TABLES=(T1:P1,T1:P2), if T1 is partitioned table USERID must be the first parameter on the command line. ------------------------------------------------------------------------------ The available keywords and their descriptions follow. Default values are listed within square brackets. ATTACH Attach to an existing job. For example, ATTACH=job_name. CLUSTER Utilize cluster resources and distribute workers across the Oracle RAC. Valid keyword values are: [Y] and N. COMPRESSION Reduce the size of a dump file. Valid keyword values are: ALL, DATA_ONLY, [METADATA_ONLY] and NONE. CONTENT Specifies data to unload. Valid keyword values are: [ALL], DATA_ONLY and METADATA_ONLY. DATA_OPTIONS Data layer option flags. Valid keyword values are: XML_CLOBS. DIRECTORY Directory object to be used for dump and log files. DUMPFILE Specify list of destination dump file names [expdat.dmp]. For example, DUMPFILE=scott1.dmp, scott2.dmp, dmpdir:scott3.dmp. ENCRYPTION Encrypt part or all of a dump file. Valid keyword values are: ALL, DATA_ONLY, ENCRYPTED_COLUMNS_ONLY, METADATA_ONLY and NONE. ENCRYPTION_ALGORITHM Specify how encryption should be done. Valid keyword values are: [AES128], AES192 and AES256. ENCRYPTION_MODE Method of generating encryption key. Valid keyword values are: DUAL, PASSWORD and [TRANSPARENT]. ENCRYPTION_PASSWORD Password key for creating encrypted data within a dump file. ESTIMATE Calculate job estimates. Valid keyword values are: [BLOCKS] and STATISTICS. ESTIMATE_ONLY Calculate job estimates without performing the export. EXCLUDE Exclude specific object types. For example, EXCLUDE=SCHEMA:"=‘HR‘". FILESIZE Specify the size of each dump file in units of bytes. FLASHBACK_SCN SCN used to reset session snapshot. FLASHBACK_TIME Time used to find the closest corresponding SCN value. FULL Export entire database [N]. HELP Display Help messages [N]. INCLUDE Include specific object types. For example, INCLUDE=TABLE_DATA. JOB_NAME Name of export job to create. LOGFILE Specify log file name [export.log]. NETWORK_LINK Name of remote database link to the source system. NOLOGFILE Do not write log file [N]. PARALLEL Change the number of active workers for current job. PARFILE Specify parameter file name. QUERY Predicate clause used to export a subset of a table. For example, QUERY=employees:"WHERE department_id > 10". REMAP_DATA Specify a data conversion function. For example, REMAP_DATA=EMP.EMPNO:REMAPPKG.EMPNO. REUSE_DUMPFILES Overwrite destination dump file if it exists [N]. SAMPLE Percentage of data to be exported. SCHEMAS List of schemas to export [login schema]. SERVICE_NAME Name of an active Service and associated resource group to constrain Oracle RAC resources. SOURCE_EDITION Edition to be used for extracting metadata. STATUS Frequency (secs) job status is to be monitored where the default [0] will show new status when available. TABLES Identifies a list of tables to export. For example, TABLES=HR.EMPLOYEES,SH.SALES:SALES_1995. TABLESPACES Identifies a list of tablespaces to export. TRANSPORTABLE Specify whether transportable method can be used. Valid keyword values are: ALWAYS and [NEVER]. TRANSPORT_FULL_CHECK Verify storage segments of all tables [N]. TRANSPORT_TABLESPACES List of tablespaces from which metadata will be unloaded. VERSION Version of objects to export. Valid keyword values are: [COMPATIBLE], LATEST or any valid database version. ------------------------------------------------------------------------------ The following commands are valid while in interactive mode. Note: abbreviations are allowed. ADD_FILE Add dumpfile to dumpfile set. CONTINUE_CLIENT Return to logging mode. Job will be restarted if idle. EXIT_CLIENT Quit client session and leave job running. FILESIZE Default filesize (bytes) for subsequent ADD_FILE commands. HELP Summarize interactive commands. KILL_JOB Detach and delete job. PARALLEL Change the number of active workers for current job. REUSE_DUMPFILES Overwrite destination dump file if it exists [N]. START_JOB Start or resume current job. Valid keyword values are: SKIP_CURRENT. STATUS Frequency (secs) job status is to be monitored where the default [0] will show new status when available. STOP_JOB Orderly shutdown of job execution and exits the client. Valid keyword values are: IMMEDIATE.
2.impdp參數說明
[[email protected] ~]$ impdp help=y Import: Release 11.2.0.3.0 - Production on Thu Sep 4 11:44:31 2014 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. The Data Pump Import utility provides a mechanism for transferring data objects between Oracle databases. The utility is invoked with the following command: Example: impdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp You can control how Import runs by entering the ‘impdp‘ command followed by various parameters. To specify parameters, you use keywords: Format: impdp KEYWORD=value or KEYWORD=(value1,value2,...,valueN) Example: impdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp USERID must be the first parameter on the command line. ------------------------------------------------------------------------------ The available keywords and their descriptions follow. Default values are listed within square brackets. ATTACH Attach to an existing job. For example, ATTACH=job_name. CLUSTER Utilize cluster resources and distribute workers across the Oracle RAC. Valid keyword values are: [Y] and N. CONTENT Specifies data to load. Valid keywords are: [ALL], DATA_ONLY and METADATA_ONLY. DATA_OPTIONS Data layer option flags. Valid keywords are: SKIP_CONSTRAINT_ERRORS. DIRECTORY Directory object to be used for dump, log and SQL files. DUMPFILE List of dump files to import from [expdat.dmp]. For example, DUMPFILE=scott1.dmp, scott2.dmp, dmpdir:scott3.dmp. ENCRYPTION_PASSWORD Password key for accessing encrypted data within a dump file. Not valid for network import jobs. ESTIMATE Calculate job estimates. Valid keywords are: [BLOCKS] and STATISTICS. EXCLUDE Exclude specific object types. For example, EXCLUDE=SCHEMA:"=‘HR‘". FLASHBACK_SCN SCN used to reset session snapshot. FLASHBACK_TIME Time used to find the closest corresponding SCN value. FULL Import everything from source [Y]. HELP Display help messages [N]. INCLUDE Include specific object types. For example, INCLUDE=TABLE_DATA. JOB_NAME Name of import job to create. LOGFILE Log file name [import.log]. NETWORK_LINK Name of remote database link to the source system. NOLOGFILE Do not write log file [N]. PARALLEL Change the number of active workers for current job. PARFILE Specify parameter file. PARTITION_OPTIONS Specify how partitions should be transformed. Valid keywords are: DEPARTITION, MERGE and [NONE]. QUERY Predicate clause used to import a subset of a table. For example, QUERY=employees:"WHERE department_id > 10". REMAP_DATA Specify a data conversion function. For example, REMAP_DATA=EMP.EMPNO:REMAPPKG.EMPNO. REMAP_DATAFILE Redefine data file references in all DDL statements. REMAP_SCHEMA Objects from one schema are loaded into another schema. REMAP_TABLE Table names are remapped to another table. For example, REMAP_TABLE=HR.EMPLOYEES:EMPS. REMAP_TABLESPACE Tablespace objects are remapped to another tablespace. REUSE_DATAFILES Tablespace will be initialized if it already exists [N]. SCHEMAS List of schemas to import. SERVICE_NAME Name of an active Service and associated resource group to constrain Oracle RAC resources. SKIP_UNUSABLE_INDEXES Skip indexes that were set to the Index Unusable state. SOURCE_EDITION Edition to be used for extracting metadata. SQLFILE Write all the SQL DDL to a specified file. STATUS Frequency (secs) job status is to be monitored where the default [0] will show new status when available. STREAMS_CONFIGURATION Enable the loading of Streams metadata TABLE_EXISTS_ACTION Action to take if imported object already exists. Valid keywords are: APPEND, REPLACE, [SKIP] and TRUNCATE. TABLES Identifies a list of tables to import. For example, TABLES=HR.EMPLOYEES,SH.SALES:SALES_1995. TABLESPACES Identifies a list of tablespaces to import. TARGET_EDITION Edition to be used for loading metadata. TRANSFORM Metadata transform to apply to applicable objects. Valid keywords are: OID, PCTSPACE, SEGMENT_ATTRIBUTES and STORAGE. TRANSPORTABLE Options for choosing transportable data movement. Valid keywords are: ALWAYS and [NEVER]. Only valid in NETWORK_LINK mode import operations. TRANSPORT_DATAFILES List of data files to be imported by transportable mode. TRANSPORT_FULL_CHECK Verify storage segments of all tables [N]. TRANSPORT_TABLESPACES List of tablespaces from which metadata will be loaded. Only valid in NETWORK_LINK mode import operations. VERSION Version of objects to import. Valid keywords are: [COMPATIBLE], LATEST or any valid database version. Only valid for NETWORK_LINK and SQLFILE. ------------------------------------------------------------------------------ The following commands are valid while in interactive mode. Note: abbreviations are allowed. CONTINUE_CLIENT Return to logging mode. Job will be restarted if idle. EXIT_CLIENT Quit client session and leave job running. HELP Summarize interactive commands. KILL_JOB Detach and delete job. PARALLEL Change the number of active workers for current job. START_JOB Start or resume current job. Valid keywords are: SKIP_CURRENT. STATUS Frequency (secs) job status is to be monitored where the default [0] will show new status when available. STOP_JOB Orderly shutdown of job execution and exits the client. Valid keywords are: IMMEDIATE.
3.expdp參數說明(中文)
C:\Users\Alfred>expdp help=y Export: Release 11.2.0.1.0 - Production on 星期五 10月 10 12:25:21 2014 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. 數據泵導出實用程序提供了一種用於在 Oracle 數據庫之間傳輸 數據對象的機制。該實用程序可以使用以下命令進行調用: 示例: expdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp 您可以控制導出的運行方式。具體方法是: 在 ‘expdp‘ 命令後輸入 各種參數。要指定各參數, 請使用關鍵字: 格式: expdp KEYWORD=value 或 KEYWORD=(value1,value2,...,valueN) 示例: expdp scott/tiger DUMPFILE=scott.dmp DIRECTORY=dmpdir SCHEMAS=scott 或 TABLES=(T1:P1,T1:P2), 如果 T1 是分區表 USERID 必須是命令行中的第一個參數。 ------------------------------------------------------------------------------ 以下是可用關鍵字和它們的說明。方括號中列出的是默認值。 ATTACH 連接到現有作業。 例如, ATTACH=job_name。 COMPRESSION 減少轉儲文件大小。 有效的關鍵字值為: ALL, DATA_ONLY, [METADATA_ONLY] 和 NONE。 CONTENT 指定要卸載的數據。 有效的關鍵字值為: [ALL], DATA_ONLY 和 METADATA_ONLY。 DATA_OPTIONS 數據層選項標記。 有效的關鍵字值為: XML_CLOBS。 DIRECTORY 用於轉儲文件和日誌文件的目錄對象。 DUMPFILE 指定目標轉儲文件名的列表 [expdat.dmp]。 例如, DUMPFILE=scott1.dmp, scott2.dmp, dmpdir:scott3.dmp。 ENCRYPTION 加密某個轉儲文件的一部分或全部。 有效的關鍵字值為: ALL, DATA_ONLY, ENCRYPTED_COLUMNS_ONLY, METADATA_ONLY 和 NONE 。 ENCRYPTION_ALGORITHM 指定加密的方式。 有效的關鍵字值為: [AES128], AES192 和 AES256。 ENCRYPTION_MODE 生成加密密鑰的方法。 有效的關鍵字值為: DUAL, PASSWORD 和 [TRANSPARENT]。 ENCRYPTION_PASSWORD 用於在轉儲文件中創建加密數據的口令密鑰。 ESTIMATE 計算作業估計值。 有效的關鍵字值為: [BLOCKS] 和 STATISTICS。 ESTIMATE_ONLY 計算作業估計值而不執行導出。 EXCLUDE 排除特定對象類型。 例如, EXCLUDE=SCHEMA:"=‘HR‘"。 FILESIZE 以字節為單位指定每個轉儲文件的大小。 FLASHBACK_SCN 用於重置會話快照的 SCN。 FLASHBACK_TIME 用於查找最接近的相應 SCN 值的時間。 FULL 導出整個數據庫 [N]。 HELP 顯示幫助消息 [N]。 INCLUDE 包括特定對象類型。 例如, INCLUDE=TABLE_DATA。 JOB_NAME 要創建的導出作業的名稱。 LOGFILE 指定日誌文件名 [export.log]。 NETWORK_LINK 源系統的遠程數據庫鏈接的名稱。 NOLOGFILE 不寫入日誌文件 [N]。 PARALLEL 更改當前作業的活動 worker 的數量。 PARFILE 指定參數文件名。 QUERY 用於導出表的子集的謂詞子句。 例如, QUERY=employees:"WHERE department_id > 10"。 REMAP_DATA 指定數據轉換函數。 例如, REMAP_DATA=EMP.EMPNO:REMAPPKG.EMPNO。 REUSE_DUMPFILES 覆蓋目標轉儲文件 (如果文件存在) [N]。 SAMPLE 要導出的數據的百分比。 SCHEMAS 要導出的方案的列表 [登錄方案]。 SOURCE_EDITION 用於提取元數據的版本。 STATUS 監視作業狀態的頻率, 其中 默認值 [0] 表示只要有新狀態可用, 就立即顯示新狀態。 TABLES 標識要導出的表的列表。 例如, TABLES=HR.EMPLOYEES,SH.SALES:SALES_1995。 TABLESPACES 標識要導出的表空間的列表。 TRANSPORTABLE 指定是否可以使用可傳輸方法。 有效的關鍵字值為: ALWAYS 和 [NEVER]。 TRANSPORT_FULL_CHECK 驗證所有表的存儲段 [N]。 TRANSPORT_TABLESPACES 要從中卸載元數據的表空間的列表。 VERSION 要導出的對象版本。 有效的關鍵字值為: [COMPATIBLE], LATEST 或任何有效的數據庫版本。 ------------------------------------------------------------------------------ 下列命令在交互模式下有效。 註: 允許使用縮寫。 ADD_FILE 將轉儲文件添加到轉儲文件集。 CONTINUE_CLIENT 返回到事件記錄模式。如果處於空閑狀態, 將重新啟動作業。 EXIT_CLIENT 退出客戶機會話並使作業保持運行狀態。 FILESIZE 用於後續 ADD_FILE 命令的默認文件大小 (字節)。 HELP 匯總交互命令。 KILL_JOB 分離並刪除作業。 PARALLEL 更改當前作業的活動 worker 的數量。 REUSE_DUMPFILES 覆蓋目標轉儲文件 (如果文件存在) [N]。 START_JOB 啟動或恢復當前作業。 有效的關鍵字值為: SKIP_CURRENT。 STATUS 監視作業狀態的頻率, 其中 默認值 [0] 表示只要有新狀態可用, 就立即顯示新狀態。 STOP_JOB 按順序關閉作業執行並退出客戶機。 有效的關鍵字值為: IMMEDIATE。
4.impdp參數說明(中文)
C:\Users\Alfred>impdp help=y Import: Release 11.2.0.1.0 - Production on 星期五 10月 10 23:44:16 2014 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. 數據泵導入實用程序提供了一種用於在 Oracle 數據庫之間傳輸 數據對象的機制。該實用程序可以使用以下命令進行調用: 示例: impdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp 您可以控制導入的運行方式。具體方法是: 在 ‘impdp‘ 命令後輸入 各種參數。要指定各參數, 請使用關鍵字: 格式: impdp KEYWORD=value 或 KEYWORD=(value1,value2,...,valueN) 示例: impdp scott/tiger DIRECTORY=dmpdir DUMPFILE=scott.dmp USERID 必須是命令行中的第一個參數。 ------------------------------------------------------------------------------ 以下是可用關鍵字和它們的說明。方括號中列出的是默認值。 ATTACH 連接到現有作業。 例如, ATTACH=job_name。 CONTENT 指定要加載的數據。 有效的關鍵字為: [ALL], DATA_ONLY 和 METADATA_ONLY。 DATA_OPTIONS 數據層選項標記。 有效的關鍵字為: SKIP_CONSTRAINT_ERRORS。 DIRECTORY 用於轉儲文件, 日誌文件和 SQL 文件的目錄對象。 DUMPFILE 要從中導入的轉儲文件的列表 [expdat.dmp]。 例如, DUMPFILE=scott1.dmp, scott2.dmp, dmpdir:scott3.dmp。 ENCRYPTION_PASSWORD 用於訪問轉儲文件中的加密數據的口令密鑰。 對於網絡導入作業無效。 ESTIMATE 計算作業估計值。 有效的關鍵字為: [BLOCKS] 和 STATISTICS。 EXCLUDE 排除特定對象類型。 例如, EXCLUDE=SCHEMA:"=‘HR‘"。 FLASHBACK_SCN 用於重置會話快照的 SCN。 FLASHBACK_TIME 用於查找最接近的相應 SCN 值的時間。 FULL 導入源中的所有對象 [Y]。 HELP 顯示幫助消息 [N]。 INCLUDE 包括特定對象類型。 例如, INCLUDE=TABLE_DATA。 JOB_NAME 要創建的導入作業的名稱。 LOGFILE 日誌文件名 [import.log]。 NETWORK_LINK 源系統的遠程數據庫鏈接的名稱。 NOLOGFILE 不寫入日誌文件 [N]。 PARALLEL 更改當前作業的活動 worker 的數量。 PARFILE 指定參數文件。 PARTITION_OPTIONS 指定應如何轉換分區。 有效的關鍵字為: DEPARTITION, MERGE 和 [NONE]。 QUERY 用於導入表的子集的謂詞子句。 例如, QUERY=employees:"WHERE department_id > 10"。 REMAP_DATA 指定數據轉換函數。 例如, REMAP_DATA=EMP.EMPNO:REMAPPKG.EMPNO。 REMAP_DATAFILE 在所有 DDL 語句中重新定義數據文件引用。 REMAP_SCHEMA 將一個方案中的對象加載到另一個方案。 REMAP_TABLE 將表名重新映射到另一個表。 例如, REMAP_TABLE=EMP.EMPNO:REMAPPKG.EMPNO。 REMAP_TABLESPACE 將表空間對象重新映射到另一個表空間。 REUSE_DATAFILES 如果表空間已存在, 則將其初始化 [N]。 SCHEMAS 要導入的方案的列表。 SKIP_UNUSABLE_INDEXES 跳過設置為“索引不可用”狀態的索引。 SOURCE_EDITION 用於提取元數據的版本。 SQLFILE 將所有的 SQL DDL 寫入指定的文件。 STATUS 監視作業狀態的頻率, 其中 默認值 [0] 表示只要有新狀態可用, 就立即顯示新狀態。 STREAMS_CONFIGURATION 啟用流元數據的加載 TABLE_EXISTS_ACTION 導入對象已存在時執行的操作。 有效的關鍵字為: APPEND, REPLACE, [SKIP] 和 TRUNCATE。 TABLES 標識要導入的表的列表。 例如, TABLES=HR.EMPLOYEES,SH.SALES:SALES_1995。 TABLESPACES 標識要導入的表空間的列表。 TARGET_EDITION 用於加載元數據的版本。 TRANSFORM 要應用於適用對象的元數據轉換。 有效的關鍵字為: OID, PCTSPACE, SEGMENT_ATTRIBUTES 和 STORAGE。 TRANSPORTABLE 用於選擇可傳輸數據移動的選項。 有效的關鍵字為: ALWAYS 和 [NEVER]。 僅在 NETWORK_LINK 模式導入操作中有效。 TRANSPORT_DATAFILES 按可傳輸模式導入的數據文件的列表。 TRANSPORT_FULL_CHECK 驗證所有表的存儲段 [N]。 TRANSPORT_TABLESPACES 要從中加載元數據的表空間的列表。 僅在 NETWORK_LINK 模式導入操作中有效。 VERSION 要導入的對象的版本。 有效的關鍵字為: [COMPATIBLE], LATEST 或任何有效的數據庫版本。 僅對 NETWORK_LINK 和 SQLFILE 有效。 ------------------------------------------------------------------------------ 下列命令在交互模式下有效。 註: 允許使用縮寫。 CONTINUE_CLIENT 返回到事件記錄模式。如果處於空閑狀態, 將重新啟動作業。 EXIT_CLIENT 退出客戶機會話並使作業保持運行狀態。 HELP 匯總交互命令。 KILL_JOB 分離並刪除作業。 PARALLEL 更改當前作業的活動 worker 的數量。 START_JOB 啟動或恢復當前作業。 有效的關鍵字為: SKIP_CURRENT。 STATUS 監視作業狀態的頻率, 其中 默認值 [0] 表示只要有新狀態可用, 就立即顯示新狀態。 STOP_JOB 按順序關閉作業執行並退出客戶機。 有效的關鍵字為: IMMEDIATE。
expdp/impdp 參數說明,中英對照