Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Class and Description |
---|---|
class |
ADBDedicatedAutoCreateTablespaceDetails
Migration tablespace settings valid for ADB-D target type using auto create feature
Note: Objects should always be created or deserialized using the ADBDedicatedAutoCreateTablespaceDetails.Builder . |
class |
ADBDedicatedRemapTargetTablespaceDetails
Migration tablespace settings valid for ADB-D target type using remap feature
Note: Objects should always be created or deserialized using the ADBDedicatedRemapTargetTablespaceDetails.Builder . |
class |
ADBServerlesTablespaceDetails
Migration tablespace settings valid for ADB-D target type using remap feature
Note: Objects should always be created or deserialized using the ADBServerlesTablespaceDetails.Builder . |
class |
NonADBAutoCreateTablespaceDetails
Migration tablespace settings valid for NON-ADB target type using auto create feature.
|
class |
NonADBRemapTablespaceDetails
Migration tablespace settings valid for NON-ADB target type using remap feature
Note: Objects should always be created or deserialized using the NonADBRemapTablespaceDetails.Builder . |
Modifier and Type | Method and Description |
---|---|
TargetTypeTablespaceDetails |
DataPumpSettings.getTablespaceDetails() |
Modifier and Type | Method and Description |
---|---|
DataPumpSettings.Builder |
DataPumpSettings.Builder.tablespaceDetails(TargetTypeTablespaceDetails tablespaceDetails) |
Constructor and Description |
---|
DataPumpSettings(DataPumpJobMode jobMode,
DataPumpParameters dataPumpParameters,
List<MetadataRemap> metadataRemaps,
TargetTypeTablespaceDetails tablespaceDetails,
DirectoryObject exportDirectoryObject,
DirectoryObject importDirectoryObject)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.