OracleDataProviderSettings
Provides information that defines an Oracle data provider.
Contents
- AsmServer
-
The address of your Oracle Automatic Storage Management (ASM) server. You can set this value from the
asm_server
value. You setasm_server
as part of the extra connection attribute string to access an Oracle server with Binary Reader that uses ASM. For more information, see Configuration for change data capture (CDC) on an Oracle source database.Type: String
Required: No
- CertificateArn
-
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
Type: String
Required: No
- DatabaseName
-
The database name on the Oracle data provider.
Type: String
Required: No
- Port
-
The port value for the Oracle data provider.
Type: Integer
Required: No
- SecretsManagerOracleAsmAccessRoleArn
-
The ARN of the IAM role that provides access to the secret in Amazon Secrets Manager that contains the Oracle ASM connection details.
Type: String
Required: No
- SecretsManagerOracleAsmSecretId
-
The identifier of the secret in Amazon Secrets Manager that contains the Oracle ASM connection details.
Required only if your data provider uses the Oracle ASM server.
Type: String
Required: No
- SecretsManagerSecurityDbEncryptionAccessRoleArn
-
The ARN of the IAM role that provides access to the secret in Amazon Secrets Manager that contains the TDE password.
Type: String
Required: No
- SecretsManagerSecurityDbEncryptionSecretId
-
The identifier of the secret in Amazon Secrets Manager that contains the transparent data encryption (TDE) password. Amazon DMS requires this password to access Oracle redo logs encrypted by TDE using Binary Reader.
Type: String
Required: No
- ServerName
-
The name of the Oracle server.
Type: String
Required: No
- SslMode
-
The SSL mode used to connect to the Oracle data provider. The default value is
none
.Type: String
Valid Values:
none | require | verify-ca | verify-full
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: