| 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 |
CreateEndpointRequest.getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint.
|
OracleSettings |
ModifyEndpointRequest.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 destination of the archived redo logs.
|
OracleSettings |
OracleSettings.withArchivedLogsOnly(Boolean archivedLogsOnly)
When this field is set to
Y, AWS 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.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.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.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 AWS 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 Advanced Storage Manager (ASM).
|
OracleSettings |
OracleSettings.withSecretsManagerOracleAsmSecretId(String secretsManagerOracleAsmSecretId)
Required only if your Oracle endpoint uses Advanced Storage Manager (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.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.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 |
CreateEndpointRequest.setOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
void |
ModifyEndpointRequest.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.
|
CreateEndpointRequest |
CreateEndpointRequest.withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
Copyright © 2021. All rights reserved.