
54
|
Oracle DBA Pocket Guide
TABLES = [schema_name.]table_name[:partition_name][, ...]
Specifies that you want to perform a table-mode opera-
tion, and provides the name of one or more tables.
TABLESPACES = tablespace_name[, ...]
Specifies a list of tablespace names to be exported or
imported in tablespace mode.
TRANSFORM = {SEGMENT_ATTRIBUTES = {Y | N} |
STORAGE = {Y | N}} [:{TABLE | INDEX}]
Available only with Data Pump Import. Specifies that
object creation DDL is to be altered for specific objects
being loaded. If SEGMENT_ATTRIBUTES is specified as
Y (the default), then segment attributes (physical
attributes, storage attributes, tablespaces, and logging)
are included, with appropriate DDL. If STORAGE is set
to Y (the default), then storage clauses are included, with
appropriate DDL. If TABLE or INDEX is supplied, the
transform will apply to that.
TRANSPORT_DATAFILES = datafile [, datafile …]
Available only with Data Pump Import. Specifies one or
more datafiles to be imported into the target database by
a transportable-mode import.
TRANSPORT_FULL_CHECK = {Y | N}
Specifies whether or not to check for dependencies
between those objects inside the transportable set and
those outside the transportable set. If Y is specified, then
Export or Import verifies that there are no dependencies.
TRANSPORT_TABLESPACES = tablespace [, tablespace ...]
Specifies that you want to perform a transportable-
tablespace-mode ...