Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Class and Description |
---|---|
class |
ADBDedicatedAutoCreateTablespaceDetails
Auto create tablespace settings that are valid for Dedicated Autonomous Databases.
|
class |
ADBDedicatedRemapTargetTablespaceDetails
Remap tablespace settings that are valid for Dedicated Autonomous Databases.
|
class |
ADBServerlesTablespaceDetails
Migration tablespace settings valid for Autonomous Database Serverless target type using remap
feature.
|
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 |
OracleInitialLoadSettings.getTablespaceDetails() |
Modifier and Type | Method and Description |
---|---|
OracleInitialLoadSettings.Builder |
OracleInitialLoadSettings.Builder.tablespaceDetails(TargetTypeTablespaceDetails tablespaceDetails) |
Constructor and Description |
---|
OracleInitialLoadSettings(DataPumpParameters dataPumpParameters,
TargetTypeTablespaceDetails tablespaceDetails,
DirectoryObject exportDirectoryObject,
DirectoryObject importDirectoryObject,
JobModeOracle jobMode,
List<MetadataRemap> metadataRemaps)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.