Expdp的參數含義
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
(Format: expdp KEYWORD=value orKEYWORD=(value1,value2,...,valueN)
格式:expdp关键字=价值或关键字=(value1,value2,…,家)
Example: expdp scott/tigerDUMPFILE=scott.
例如:expdp斯科特/老虎DUMPFILE =斯科特。
dmp DIRECTORY=dmpdir SCHEMAS=scott
dmp目录= dmpdir模式=斯科特
)
Ex
The available keywords and their descriptionsfollow. Default values are listed within square brackets.(可用的关键词及其描述。方括号内列出了默认值。)
1.
ATTACH
Attach to an existing job.
For example, ATTACH=job_name.
(附加
附加到现有的工作。
例如,附加=job_name。)
2.
COMPRESSION
Reduce the size of a dump file.
Valid keyword values are: ALL, DATA_ONLY,[METADATA_ONLY] and NONE.
(压缩
减少转储文件的大小。
有效的关键字值是:DATA_ONLY[METADATA_ONLY]和没有。)
3. CONTENT
Specifies data to unload.
Valid keyword values are: [ALL], DATA_ONLY andMETADATA_ONLY.
(内容
指定数据卸载。
有效的关键字值是:[所有],DATA_ONLYMETADATA_ONLY。)
3. DATA_OPTIONS
Data layer option flags.
Valid keyword values are: XML_CLOBS.
(DATA_OPTIONS
数据层选项旗帜。
有效的关键字值:XML_CLOBS。)
4DIRECTORY
Directory object to be used for dump and log files.
(目录
目录对象用于转储和日志文件。)
5. DUMPFILE
Specify list of destination dump file names [expdat.dmp].
For example, DUMPFILE=scott1.dmp,scott2.dmp, dmpdir:scott3.dmp.
(dumpfile
指定的目的地列表转储文件名称(expdat.dmp)。
例如,DUMPFILE= scott1。dmp,scott2。dmp,dmpdir:scott3.dmp。)
6. ENCRYPTION
Encryptpart or all of a dump file.
Validkeyword values are: ALL, DATA_ONLY, ENCRYPTED_COLUMNS_ONLY, METADATA_ONLY andNONE.
(加密
转储文件的加密部分或全部。
有效的关键字值是:DATA_ONLYENCRYPTED_COLUMNS_ONLY METADATA_ONLY,没有。)
7. ENCRYPTION_ALGORITHM
Specify how encryption should be done.
Valid keyword values are: [AES128], AES192 andAES256.
(ENCRYPTION_ALGORITHM
指定应该如何进行加密。
有效的关键字值是:[AES128],AES192AES256。)
8. ENCRYPTION_MODE
Method of generating encryption key.
Valid keyword values are: DUAL, PASSWORD and[TRANSPARENT].
(ENCRYPTION_MODE
生成加密密钥的方法。
有效的关键字值有:对偶、密码和(透明)。)
9.
ENCRYPTION_PASSWORD
Password key for creating encrypted data within adump file.
(ENCRYPTION_PASSWORD
密码键创建转储文件加密的数据。)
10. ESTIMATE
Calculate job estimates.
Valid keyword values are: [BLOCKS] and STATISTICS.
(估计
计算工作的估计。
有效的关键字值是:(块)和统计数据。)
11. ESTIMATE_ONLY
Calculate job estimates without performing theexport.
(ESTIMATE_ONLY
计算工作估计没有执行出口。)
12. EXCLUDE
Exclude specific object types.
For example, EXCLUDE=SCHEMA:"='HR'".
(排除
排除特定的对象类型。
例如,排除=模式:”=“人力资源”。
。)
13. FILESIZE
Specify the size of each dump file in units ofbytes.
(文件大小
指定每个转储文件的大小以字节为单位。)
14. FLASHBACK_SCN
SCN used to reset session snapshot.
(FLASHBACK_SCN
视交叉上核用于重置会话快照。)
15. FLASHBACK_TIME
Time used to find the closest corresponding SCNvalue.
(FLASHBACK_TIME
时间用来找到最接近相应的视交叉上核的价值。)
16. FULL
Export entire database [N].
(完整的
导出整个数据库[N]。)
17. HELP
Display Help messages [N].
(帮助
显示帮助消息[N]。)
18.
INCLUDE
Include specific object types.
For example, INCLUDE=TABLE_DATA.
(INCLUDE
包括
Include specific objecttypes.
包括特定的对象类型。
For example, INCLUDE=TABLE_DATA.
例如,包括= TABLE_DATA。
)
19. JOB_NAME
Name of export job to create.
(Name of export job to create.
创建名称出口工作。
)
20.
LOGFILE
Specify log file name [export.log].
(LOGFILE
日志文件
Specify log file name[export.log].
指定日志文件名称(export.log)。
)
21.
NETWORK_LINK
Name of remote database link to the source system.
(Name of remote database link tothe source system.
远程数据库的名称链接到源系统。
)
22. NOLOGFILE
Do not write log file [N].
(不写日志文件[N])
23. PARALLEL
Change the number of active workers for currentjob.
(改变目前的工作活动工人的数量。)
24. PARFILE
Specify parameter file name.
(指定参数文件名。)
25. QUERY
Predicate clause used to export a subset of atable.
For example, QUERY=employees:"WHEREdepartment_id > 10".
(QUERY
查询
Predicate clause used to export a subset of atable.
谓词条款用于导出一个表的一个子集。
For example, QUERY=employees:"WHEREdepartment_id > 10".
例如,查询=员工:“department_id > 10”。
)
26. REMAP_DATA
Specify a data conversion function.
(指定一个数据转换功能。)
For example, REMAP_DATA=EMP.EMPNO:REMAPPKG.EMPNO.
27. REUSE_DUMPFILES
Overwrite destination dump file if it exists [N].
(覆盖目标转储文件是否存在[N]。)
28. SAMPLE
Percentage of data to be exported.
(导出数据的百分比。)
29. SCHEMAS
List of schemas to export [login schema].
(出口的模式列表(登录模式)。)
29. SOURCE_EDITION
Edition to be used for extracting metadata.
(版用于提取元数据。)
30. STATUS
Frequency (secs) job status is to be monitoredwhere
the default [0] will show new status whenavailable.
(默认[0]会显示新状态时可用。)
31. TABLES
Identifiesa list of tables to export.
Forexample, TABLES=HR.EMPLOYEES,SH.SALES:SALES_1995.
(TABLES
表
Identifies a list of tables to export.
标识表导出的列表。
For example,TABLES=HR.EMPLOYEES,SH.SALES:SALES_1995.
例如,表= HR.EMPLOYEES SH.SALES:SALES_1995。
)
32. TABLESPACES
Identifiesa list of tablespaces to export.
(Identifies a list of tablespacesto export.
标识表空间导出的列表。
)
33. TRANSPORTABLE
Specifywhether transportable method can be used.
Validkeyword values are: ALWAYS and [NEVER].
(TRANSPORTABLE
移动式
Specify whether transportable method can beused.
指定是否可以使用移动式方法。
Valid keyword values are: ALWAYS and [NEVER].
)
34. TRANSPORT_FULL_CHECK
Verifystorage segments of all tables [N].
(核实所有表的存储段[N]。)
35. TRANSPORT_TABLESPACES
List oftablespaces from which metadata will be unloaded.
(列表的表空间元数据将被卸载)
36. VERSION
Version ofobjects to export.
Validkeyword values are: [COMPATIBLE], LATEST or any valid database version.
(最新有效的关键字值是:(兼容),或任何有效的数据库版本。)
The following commands are valid while ininteractive mode.
(以下命令在交互模式是有效的。)
Note: abbreviations are allowed.
(注意:缩写是允许的)
37. ADD_FILE
Add dumpfile to dumpfile set.//添加dumpfile dumpfile集。
38. CONTINUE_CLIENT
Return to logging mode. Job will be restarted if idle.
(返回日志记录模式。如果空闲工作将重新启动。)
39.
EXIT_CLIENT
Quit client session and leave job running.
(退出客户端会话和离开工作运行。)
40. FILESIZE
Default filesize (bytes) for subsequent ADD_FILEcommands.
(默认的文件大小(字节)后续ADD_FILE命令。)
41. HELP
Summarize interactive commands.//总结交互式命令。
42. KILL_JOB
Detach anddelete job.//分离和删除工作。
43.PARALLEL
Change the number of active workers for currentjob.//改变目前的工作活动工人的数量。
44. REUSE_DUMPFILES
Overwrite destination dump fileif it exists [N].//覆盖目标转储文件是否存在[N]。
45. START_JOB
Start or resume current job.//启动或恢复当前的工作。
Valid keyword values are: SKIP_CURRENT.//有效的关键字值:SKIP_CURRENT。
46. STATUS
Frequency (secs) job status is to be monitoredwhere
the default [0] will show new status whenavailable.
(默认[0]会显示新状态时可用。)
47. STOP_JOB
Orderly shutdown of job execution and exits the client.
Valid keyword values are: IMMEDIATE.//有效的关键字值是:立即。