[][src]Struct rusoto_dms::OracleSettings

pub struct OracleSettings {
    pub access_alternate_directly: Option<bool>,
    pub add_supplemental_logging: Option<bool>,
    pub additional_archived_log_dest_id: Option<i64>,
    pub allow_select_nested_tables: Option<bool>,
    pub archived_log_dest_id: Option<i64>,
    pub archived_logs_only: Option<bool>,
    pub asm_password: Option<String>,
    pub asm_server: Option<String>,
    pub asm_user: Option<String>,
    pub char_length_semantics: Option<String>,
    pub database_name: Option<String>,
    pub direct_path_no_log: Option<bool>,
    pub direct_path_parallel_load: Option<bool>,
    pub enable_homogenous_tablespace: Option<bool>,
    pub fail_tasks_on_lob_truncation: Option<bool>,
    pub number_datatype_scale: Option<i64>,
    pub oracle_path_prefix: Option<String>,
    pub parallel_asm_read_threads: Option<i64>,
    pub password: Option<String>,
    pub port: Option<i64>,
    pub read_ahead_blocks: Option<i64>,
    pub read_table_space_name: Option<bool>,
    pub replace_path_prefix: Option<bool>,
    pub retry_interval: Option<i64>,
    pub secrets_manager_access_role_arn: Option<String>,
    pub secrets_manager_secret_id: Option<String>,
    pub security_db_encryption: Option<String>,
    pub security_db_encryption_name: Option<String>,
    pub server_name: Option<String>,
    pub use_alternate_folder_for_online: Option<bool>,
    pub use_path_prefix: Option<String>,
    pub username: Option<String>,
}

Provides information that defines an Oracle endpoint.

Fields

access_alternate_directly: Option<bool>

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. This tells the DMS instance to not access redo logs through any specified path prefix replacement using direct file access.

add_supplemental_logging: Option<bool>

Set this attribute to set up table-level supplemental logging for the Oracle database. This attribute enables PRIMARY KEY supplemental logging on all tables selected for a migration task.

If you use this option, you still need to enable database-level supplemental logging.

additional_archived_log_dest_id: Option<i64>

Set this attribute with archivedLogDestId in a primary/ standby setup. This attribute is useful in the case of a switchover. In this case, AWS DMS needs to know which destination to get archive redo logs from to read changes. This need arises because the previous primary instance is now a standby instance after switchover.

allow_select_nested_tables: Option<bool>

Set this attribute to true to enable replication of Oracle tables containing columns that are nested tables or defined types.

archived_log_dest_id: Option<i64>

Specifies the destination of the archived redo logs. The value should be the same as the DEST_ID number in the v$archived_log table. When working with multiple log destinations (DEST_ID), we recommend that you to specify an archived redo logs location identifier. Doing this improves performance by ensuring that the correct logs are accessed from the outset.

archived_logs_only: Option<bool>

When this field is set to Y, AWS DMS only accesses the archived redo logs. If the archived redo logs are stored on Oracle ASM only, the AWS DMS user account needs to be granted ASM privileges.

asm_password: Option<String>

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password. You can set this value from the asm_user_password value. You set this value as part of the comma-separated value that you set to the Password request parameter when you create the endpoint to access transaction logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source database.

asm_server: Option<String>

For an Oracle source endpoint, your ASM server address. 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.

asm_user: Option<String>

For an Oracle source endpoint, your ASM user name. You can set this value from the asm_user value. You set asm_user 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.

char_length_semantics: Option<String>

Specifies whether the length of a character column is in bytes or in characters. To indicate that the character column length is in characters, set this attribute to CHAR. Otherwise, the character column length is in bytes.

Example: charLengthSemantics=CHAR;

database_name: Option<String>

Database name for the endpoint.

direct_path_no_log: Option<bool>

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.

direct_path_parallel_load: Option<bool>

When set to true, this attribute specifies a parallel load when useDirectPathFullLoad is set to Y. This attribute also only applies when you use the AWS DMS parallel load feature. Note that the target table cannot have any constraints or indexes.

enable_homogenous_tablespace: Option<bool>

Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under the same tablespace on the target.

fail_tasks_on_lob_truncation: Option<bool>

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.

If a task is set to limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

number_datatype_scale: Option<i64>

Specifies the number scale. You can select a scale up to 38, or you can select FLOAT. By default, the NUMBER data type is converted to precision 38, scale 10.

Example: numberDataTypeScale=12

oracle_path_prefix: Option<String>

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. This value specifies the default Oracle root used to access the redo logs.

parallel_asm_read_threads: Option<i64>

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). You can specify an integer value between 2 (the default) and 8 (the maximum). Use this attribute together with the readAheadBlocks attribute.

password: Option<String>

Endpoint connection password.

port: Option<i64>

Endpoint TCP port.

read_ahead_blocks: Option<i64>

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). You can specify an integer value between 1000 (the default) and 200,000 (the maximum).

read_table_space_name: Option<bool>

When set to true, this attribute supports tablespace replication.

replace_path_prefix: Option<bool>

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. This setting tells DMS instance to replace the default Oracle root with the specified usePathPrefix setting to access the redo logs.

retry_interval: Option<i64>

Specifies the number of seconds that the system waits before resending a query.

Example: retryInterval=6;

secrets_manager_access_role_arn: Option<String>

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. SecretsManagerSecret has the value of the AWS Secrets Manager secret that allows access to the Oracle endpoint.

You can specify one of two sets of values for these permissions. You can specify the values for this setting and SecretsManagerSecretId. Or you can specify clear-text values for UserName, Password, ServerName, and Port. You can't specify both. For more information on creating this SecretsManagerSecret and the SecretsManagerAccessRoleArn and SecretsManagerSecretId required to access it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration Service User Guide.

secrets_manager_secret_id: Option<String>

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Oracle endpoint connection details.

security_db_encryption: Option<String>

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. It is also the TDE_Password part of the comma-separated value you set to the Password request parameter when you create the endpoint. The SecurityDbEncryptian setting is related to this SecurityDbEncryptionName setting. For more information, see Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration Service User Guide.

security_db_encryption_name: Option<String>

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. The key value is the value of the SecurityDbEncryption setting. For more information on setting the key name value of SecurityDbEncryptionName, see the information and example for setting the securityDbEncryptionName extra connection attribute in Supported encryption methods for using Oracle as a source for AWS DMS in the AWS Database Migration Service User Guide.

server_name: Option<String>

Fully qualified domain name of the endpoint.

use_alternate_folder_for_online: Option<bool>

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. This tells the DMS instance to use any specified prefix replacement to access all online redo logs.

use_path_prefix: Option<String>

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. This value specifies the path prefix used to replace the default Oracle root to access the redo logs.

username: Option<String>

Endpoint connection user name.

Trait Implementations

impl Clone for OracleSettings[src]

impl Debug for OracleSettings[src]

impl Default for OracleSettings[src]

impl<'de> Deserialize<'de> for OracleSettings[src]

impl PartialEq<OracleSettings> for OracleSettings[src]

impl Serialize for OracleSettings[src]

impl StructuralPartialEq for OracleSettings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.