EXPDP Parameter

4
full=y Specifies a database mode export. schemas=schema_list Specifies a schema mode export where schema_list is a comma-delimited list of schemas to export. tables=table_list Specifies a table mode export where table_list is a comma-delimited list of tables to export. tablesspaces=tablespace_list Specifies a tablespace mode export where tablespace_list is a comma-delimited list of tablespaces to export. content=content_option Specifies whether data, metadata, or both are exported. Valid values are DATA_ONLY (data only), METADATA_ONLY (metadata only), or the default ALL (both). network_link=db_link Specifies that a remote database accessed via the database link db_link should be used as the export source. dumpfile=dir:file Specifies the dump file location and name. dir is a database directory object. file is the filename. If the filename includes a %U substitution variable, the database will substitute a two-digit file sequence number starting with 00. filesize=size_limit Specifies the maximum size of each dump file. Can be specified in bytes, kilobytes, megabytes, or gigabytes. The default is bytes. logfile=dir:file Specifies the log file location and name. dir is a database directory object and file is the filename. directory=dir Specifies the file location to use for both the dump file and log file. dir is a database directory object. nologfile=y Specifies that no log file should be written. job_name=identifier Specifies a name for the import job. This name is visible from data dictionary views. The default is system generated. parallel=degree Specifies the maximum number of active threads/processes operating on behalf of the import. The default is 1. parfile=dir:file Specifies the file location and name of the parameter file that Data Pump import should use. dir is a database directory object. file is the filename. ATTACH [SCHEMA.]JOB_NAME Name of an already existing and executing job to connect to. Need EXP_FULL_DATABASE privilege for other schemas

description

Export Parameter Optios

Transcript of EXPDP Parameter

  • full=y Specifies a database mode export.

    schemas=schema_list Specifies a schema mode export where schema_list is a comma-delimited list of schemas to export.

    tables=table_list Specifies a table mode export where table_list is a comma-delimited list of tables to export.

    tablesspaces=tablespace_list Specifies a tablespace mode export where tablespace_list is a comma-delimited list of tablespaces to export.

    content=content_option

    Specifies whether data, metadata, or both are exported. Valid values are DATA_ONLY (data only), METADATA_ONLY (metadata only), or the default ALL (both).

    network_link=db_link Specifies that a remote database accessed via the database link db_link should be used as the export source.

    dumpfile=dir:file

    Specifies the dump file location and name. dir is a database directory object. file is the filename. If the filename includes a %U substitution variable, the database will substitute a two-digit file sequence number starting with 00.

    filesize=size_limit Specifies the maximum size of each dump file. Can be specified in bytes, kilobytes, megabytes, or gigabytes. The default is bytes.

    logfile=dir:file Specifies the log file location and name. dir is a database directory object and file is the filename.

    directory=dir Specifies the file location to use for both the dump file and log file. dir is a database directory object. nologfile=y Specifies that no log file should be written.

    job_name=identifier Specifies a name for the import job. This name is visible from data dictionary views. The default is system generated.

    parallel=degree Specifies the maximum number of active threads/processes operating on behalf of the import. The default is 1.

    parfile=dir:file

    Specifies the file location and name of the parameter file that Data Pump import should use. dir is a database directory object. file is the filename.

    ATTACH [SCHEMA.]JOB_NAME

    Name of an already existing and executing job to connect to. Need EXP_FULL_DATABASE privilege for other schemas

  • COMPRESSION META_DATA_ONLY | ALL | NONE | DATA_ONLY

    Compress the dump file contents for the specified criteria

    CONTENT ALL | META_DATA_ONLY | DATA_ONLY

    Filter the export of dump file contents to the specified criteria

    DIRECTORY DATA_PUMP_DIR | DIRECTORY_NAME

    Name of directory object pointing to a valid server directory

    DUMPFILE [DIRECTORY_NAME:]FILE_NAME [, ...]

    The name (and optionally the directory) of the export data file

    ESTIMATE N | Y

    Do not export, but rather just estimate the disk space required

    ESTIMATE_ONLY BLOCKS, STATISTICS

    Method export uses to calculate the disk space for data only

    EXCLUDE OBJECT_TYPE[:NAME_FILTER_EXPRESSION] [, ...]

    Database object types as a whole or by object name filter to specifically exclude from the export

    FILESIZE INTEGER [B | K | M | G]

    The maximum file size permitted for any export dump file

    FULL N | Y

    Whether to perform a full database export or not

    Requires EXP_FULL_DATABASE privilege INCLUDE OBJECT_TYPE[:NAME_FILTER_EXPRESSION]

    [, ...]

    Database object types as a whole or by object name filter to specifically include in the export

    JOB_NAME SYS_EXPORT__NN | JOB_NAME

    Name by which export job can be referenced (e.g. ATTACH)

  • LOGFILE EXPORT.LOG | [DIRECTORY_NAME:]FILE_NAME

    The name (and optionally the directory) of the export log file

    NOLOGFILE N | Y

    Whether or not to suppress creation of the export log file

    PARALLEL 1 | INTEGER

    The maximum number of concurrent threads for the export

    PARFILE [DIRECTORY_SPECIFICATION]FILE_NAME

    Name of the operating system specific parameter file

    QUERY [[SCHEMA.]TABLE_NAME:] FILTER_EXPRESSION

    Data filter condition applied to all tables or by schema and object name filters during the export

    REUSE_DUMPFILES N | Y

    Whether or not to overwrite pre-existing export dump files

    SAMPLE [[SCHEMA.]TABLE_NAME]N, where .000001>=N

  • TABLESPACES TABLESPACE_NAME [, ...]

    List of tablespaces for a tablespace mode database export

    TRANSPORT_FULL_CHECK N | Y

    Whether or not dependencies verified between transportable tablespace objects in the transport set to those outside the set

    TRANSPORT_TABLESAPCES TABLESPACE_NAME [, ...]

    List of tablespaces for a transportable tablespace mode database export (target database version >= source version)