OracleDataProviderSettings

Provides information that defines an Oracle data provider.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address of your Oracle Automatic Storage Management (ASM) server. You can set this value from the asm_server value. You set asm_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.

Link copied to clipboard

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

Link copied to clipboard

The database name on the Oracle data provider.

Link copied to clipboard
val port: Int?

The port value for the Oracle data provider.

Link copied to clipboard

The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the Oracle ASM connection details.

Link copied to clipboard

The identifier of the secret in Secrets Manager that contains the Oracle ASM connection details.

The ARN of the IAM role that provides access to the secret in Secrets Manager that contains the TDE password.

The identifier of the secret in Secrets Manager that contains the transparent data encryption (TDE) password. DMS requires this password to access Oracle redo logs encrypted by TDE using Binary Reader.

Link copied to clipboard

The name of the Oracle server.

Link copied to clipboard

The SSL mode used to connect to the Oracle data provider. The default value is none.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String