DataPumpSettings

class oci.database_migration.models.DataPumpSettings(**kwargs)

Bases: object

Optional settings for Data Pump Export and Import jobs

Attributes

JOB_MODE_FULL A constant which can be used with the job_mode property of a DataPumpSettings.
JOB_MODE_SCHEMA A constant which can be used with the job_mode property of a DataPumpSettings.
JOB_MODE_TABLE A constant which can be used with the job_mode property of a DataPumpSettings.
JOB_MODE_TABLESPACE A constant which can be used with the job_mode property of a DataPumpSettings.
JOB_MODE_TRANSPORTABLE A constant which can be used with the job_mode property of a DataPumpSettings.
data_pump_parameters Gets the data_pump_parameters of this DataPumpSettings.
export_directory_object Gets the export_directory_object of this DataPumpSettings.
import_directory_object Gets the import_directory_object of this DataPumpSettings.
job_mode Gets the job_mode of this DataPumpSettings.
metadata_remaps Gets the metadata_remaps of this DataPumpSettings.
tablespace_details Gets the tablespace_details of this DataPumpSettings.

Methods

__init__(**kwargs) Initializes a new DataPumpSettings object with values from keyword arguments.
JOB_MODE_FULL = 'FULL'

A constant which can be used with the job_mode property of a DataPumpSettings. This constant has a value of “FULL”

JOB_MODE_SCHEMA = 'SCHEMA'

A constant which can be used with the job_mode property of a DataPumpSettings. This constant has a value of “SCHEMA”

JOB_MODE_TABLE = 'TABLE'

A constant which can be used with the job_mode property of a DataPumpSettings. This constant has a value of “TABLE”

JOB_MODE_TABLESPACE = 'TABLESPACE'

A constant which can be used with the job_mode property of a DataPumpSettings. This constant has a value of “TABLESPACE”

JOB_MODE_TRANSPORTABLE = 'TRANSPORTABLE'

A constant which can be used with the job_mode property of a DataPumpSettings. This constant has a value of “TRANSPORTABLE”

__init__(**kwargs)

Initializes a new DataPumpSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
data_pump_parameters

Gets the data_pump_parameters of this DataPumpSettings.

Returns:The data_pump_parameters of this DataPumpSettings.
Return type:oci.database_migration.models.DataPumpParameters
export_directory_object

Gets the export_directory_object of this DataPumpSettings.

Returns:The export_directory_object of this DataPumpSettings.
Return type:oci.database_migration.models.DirectoryObject
import_directory_object

Gets the import_directory_object of this DataPumpSettings.

Returns:The import_directory_object of this DataPumpSettings.
Return type:oci.database_migration.models.DirectoryObject
job_mode

Gets the job_mode of this DataPumpSettings. Data Pump job mode. Refer to `Data Pump Export Modes `__

Allowed values for this property are: “FULL”, “SCHEMA”, “TABLE”, “TABLESPACE”, “TRANSPORTABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The job_mode of this DataPumpSettings.
Return type:str
metadata_remaps

Gets the metadata_remaps of this DataPumpSettings. Defines remapping to be applied to objects as they are processed. Refer to `METADATA_REMAP Procedure `__

Returns:The metadata_remaps of this DataPumpSettings.
Return type:list[oci.database_migration.models.MetadataRemap]
tablespace_details

Gets the tablespace_details of this DataPumpSettings.

Returns:The tablespace_details of this DataPumpSettings.
Return type:oci.database_migration.models.TargetTypeTablespaceDetails