| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
OracleSettings |
OracleSettings.clone() |
OracleSettings |
Endpoint.getOracleSettings()
The settings for the Oracle source and target endpoint.
|
OracleSettings |
ModifyEndpointRequest.getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint.
|
OracleSettings |
CreateEndpointRequest.getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint.
|
OracleSettings |
OracleSettings.withAccessAlternateDirectly(Boolean accessAlternateDirectly)
Set this attribute to
false in order to use the Binary Reader to capture change data for an Amazon
RDS for Oracle as the source. |
OracleSettings |
OracleSettings.withAdditionalArchivedLogDestId(Integer additionalArchivedLogDestId)
Set this attribute with
ArchivedLogDestId in a primary/ standby setup. |
OracleSettings |
OracleSettings.withAddSupplementalLogging(Boolean addSupplementalLogging)
Set this attribute to set up table-level supplemental logging for the Oracle database.
|
OracleSettings |
OracleSettings.withAllowSelectNestedTables(Boolean allowSelectNestedTables)
Set this attribute to
true to enable replication of Oracle tables containing columns that are nested
tables or defined types. |
OracleSettings |
OracleSettings.withArchivedLogDestId(Integer archivedLogDestId)
Specifies the ID of the destination for the archived redo logs.
|
OracleSettings |
OracleSettings.withArchivedLogsOnly(Boolean archivedLogsOnly)
When this field is set to
Y, DMS only accesses the archived redo logs. |
OracleSettings |
OracleSettings.withAsmPassword(String asmPassword)
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.
|
OracleSettings |
OracleSettings.withAsmServer(String asmServer)
For an Oracle source endpoint, your ASM server address.
|
OracleSettings |
OracleSettings.withAsmUser(String asmUser)
For an Oracle source endpoint, your ASM user name.
|
OracleSettings |
OracleSettings.withCharLengthSemantics(CharLengthSemantics charLengthSemantics)
Specifies whether the length of a character column is in bytes or in characters.
|
OracleSettings |
OracleSettings.withCharLengthSemantics(String charLengthSemantics)
Specifies whether the length of a character column is in bytes or in characters.
|
OracleSettings |
OracleSettings.withConvertTimestampWithZoneToUTC(Boolean convertTimestampWithZoneToUTC)
When true, converts timestamps with the
timezone datatype to their UTC value. |
OracleSettings |
OracleSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
OracleSettings |
OracleSettings.withDirectPathNoLog(Boolean directPathNoLog)
When set to
true, this attribute helps to increase the commit rate on the Oracle target database by
writing directly to tables and not writing a trail to database logs. |
OracleSettings |
OracleSettings.withDirectPathParallelLoad(Boolean directPathParallelLoad)
When set to
true, this attribute specifies a parallel load when useDirectPathFullLoad
is set to Y. |
OracleSettings |
OracleSettings.withEnableHomogenousTablespace(Boolean enableHomogenousTablespace)
Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under the
same tablespace on the target.
|
OracleSettings |
OracleSettings.withExtraArchivedLogDestIds(Collection<Integer> extraArchivedLogDestIds)
Specifies the IDs of one more destinations for one or more archived redo logs.
|
OracleSettings |
OracleSettings.withExtraArchivedLogDestIds(Integer... extraArchivedLogDestIds)
Specifies the IDs of one more destinations for one or more archived redo logs.
|
OracleSettings |
OracleSettings.withFailTasksOnLobTruncation(Boolean failTasksOnLobTruncation)
When set to
true, this attribute causes a task to fail if the actual size of an LOB column is
greater than the specified LobMaxSize. |
OracleSettings |
OracleSettings.withNumberDatatypeScale(Integer numberDatatypeScale)
Specifies the number scale.
|
OracleSettings |
OracleSettings.withOpenTransactionWindow(Integer openTransactionWindow)
The timeframe in minutes to check for open transactions for a CDC-only task.
|
OracleSettings |
OracleSettings.withOraclePathPrefix(String oraclePathPrefix)
Set this string attribute to the required value in order to use the Binary Reader to capture change data for an
Amazon RDS for Oracle as the source.
|
OracleSettings |
OracleSettings.withParallelAsmReadThreads(Integer parallelAsmReadThreads)
Set this attribute to change the number of threads that DMS configures to perform a change data capture (CDC)
load using Oracle Automatic Storage Management (ASM).
|
OracleSettings |
OracleSettings.withPassword(String password)
Endpoint connection password.
|
OracleSettings |
OracleSettings.withPort(Integer port)
Endpoint TCP port.
|
OracleSettings |
OracleSettings.withReadAheadBlocks(Integer readAheadBlocks)
Set this attribute to change the number of read-ahead blocks that DMS configures to perform a change data capture
(CDC) load using Oracle Automatic Storage Management (ASM).
|
OracleSettings |
OracleSettings.withReadTableSpaceName(Boolean readTableSpaceName)
When set to
true, this attribute supports tablespace replication. |
OracleSettings |
OracleSettings.withReplacePathPrefix(Boolean replacePathPrefix)
Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle
as the source.
|
OracleSettings |
OracleSettings.withRetryInterval(Integer retryInterval)
Specifies the number of seconds that the system waits before resending a query.
|
OracleSettings |
OracleSettings.withSecretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the
required permissions to access the value in
SecretsManagerSecret. |
OracleSettings |
OracleSettings.withSecretsManagerOracleAsmAccessRoleArn(String secretsManagerOracleAsmAccessRoleArn)
Required only if your Oracle endpoint uses Automatic Storage Management (ASM).
|
OracleSettings |
OracleSettings.withSecretsManagerOracleAsmSecretId(String secretsManagerOracleAsmSecretId)
Required only if your Oracle endpoint uses Automatic Storage Management (ASM).
|
OracleSettings |
OracleSettings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the Oracle
endpoint connection details. |
OracleSettings |
OracleSettings.withSecurityDbEncryption(String securityDbEncryption)
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader.
|
OracleSettings |
OracleSettings.withSecurityDbEncryptionName(String securityDbEncryptionName)
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns
and tablespaces in an Oracle source database that is encrypted using TDE.
|
OracleSettings |
OracleSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
OracleSettings |
OracleSettings.withSpatialDataOptionToGeoJsonFunctionName(String spatialDataOptionToGeoJsonFunctionName)
Use this attribute to convert
SDO_GEOMETRY to GEOJSON format. |
OracleSettings |
OracleSettings.withStandbyDelayTime(Integer standbyDelayTime)
Use this attribute to specify a time in minutes for the delay in standby sync.
|
OracleSettings |
OracleSettings.withTrimSpaceInChar(Boolean trimSpaceInChar)
Use the
TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during
migration. |
OracleSettings |
OracleSettings.withUseAlternateFolderForOnline(Boolean useAlternateFolderForOnline)
Set this attribute to
true in order to use the Binary Reader to capture change data for an Amazon
RDS for Oracle as the source. |
OracleSettings |
OracleSettings.withUseBFile(Boolean useBFile)
Set this attribute to Y to capture change data using the Binary Reader utility.
|
OracleSettings |
OracleSettings.withUseDirectPathFullLoad(Boolean useDirectPathFullLoad)
Set this attribute to Y to have DMS use a direct path full load.
|
OracleSettings |
OracleSettings.withUseLogminerReader(Boolean useLogminerReader)
Set this attribute to Y to capture change data using the Oracle LogMiner utility (the default).
|
OracleSettings |
OracleSettings.withUsePathPrefix(String usePathPrefix)
Set this string attribute to the required value in order to use the Binary Reader to capture change data for an
Amazon RDS for Oracle as the source.
|
OracleSettings |
OracleSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setOracleSettings(OracleSettings oracleSettings)
The settings for the Oracle source and target endpoint.
|
void |
ModifyEndpointRequest.setOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
void |
CreateEndpointRequest.setOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
Endpoint |
Endpoint.withOracleSettings(OracleSettings oracleSettings)
The settings for the Oracle source and target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
Copyright © 2024. All rights reserved.