Uses of Interface
software.amazon.awssdk.services.databasemigration.model.OracleSettings.Builder
Packages that use OracleSettings.Builder
-
Uses of OracleSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return OracleSettings.BuilderModifier and TypeMethodDescriptionOracleSettings.Builder.accessAlternateDirectly(Boolean accessAlternateDirectly) Set this attribute tofalsein order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source.OracleSettings.Builder.additionalArchivedLogDestId(Integer additionalArchivedLogDestId) Set this attribute withArchivedLogDestIdin a primary/ standby setup.OracleSettings.Builder.addSupplementalLogging(Boolean addSupplementalLogging) Set this attribute to set up table-level supplemental logging for the Oracle database.OracleSettings.Builder.allowSelectNestedTables(Boolean allowSelectNestedTables) Set this attribute totrueto enable replication of Oracle tables containing columns that are nested tables or defined types.OracleSettings.Builder.archivedLogDestId(Integer archivedLogDestId) Specifies the ID of the destination for the archived redo logs.OracleSettings.Builder.archivedLogsOnly(Boolean archivedLogsOnly) When this field is set toTrue, DMS only accesses the archived redo logs.OracleSettings.Builder.asmPassword(String asmPassword) For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.For an Oracle source endpoint, your ASM server address.For an Oracle source endpoint, your ASM user name.OracleSettings.Builder.authenticationMethod(String authenticationMethod) Specifies the authentication method to be used with Oracle.OracleSettings.Builder.authenticationMethod(OracleAuthenticationMethod authenticationMethod) Specifies the authentication method to be used with Oracle.static OracleSettings.BuilderOracleSettings.builder()OracleSettings.Builder.charLengthSemantics(String charLengthSemantics) Specifies whether the length of a character column is in bytes or in characters.OracleSettings.Builder.charLengthSemantics(CharLengthSemantics charLengthSemantics) Specifies whether the length of a character column is in bytes or in characters.OracleSettings.Builder.convertTimestampWithZoneToUTC(Boolean convertTimestampWithZoneToUTC) When true, converts timestamps with thetimezonedatatype to their UTC value.OracleSettings.Builder.databaseName(String databaseName) Database name for the endpoint.OracleSettings.Builder.directPathNoLog(Boolean directPathNoLog) When set totrue, 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.Builder.directPathParallelLoad(Boolean directPathParallelLoad) When set totrue, this attribute specifies a parallel load whenuseDirectPathFullLoadis set toY.OracleSettings.Builder.enableHomogenousTablespace(Boolean enableHomogenousTablespace) Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under the same tablespace on the target.OracleSettings.Builder.extraArchivedLogDestIds(Integer... extraArchivedLogDestIds) Specifies the IDs of one more destinations for one or more archived redo logs.OracleSettings.Builder.extraArchivedLogDestIds(Collection<Integer> extraArchivedLogDestIds) Specifies the IDs of one more destinations for one or more archived redo logs.OracleSettings.Builder.failTasksOnLobTruncation(Boolean failTasksOnLobTruncation) When set totrue, this attribute causes a task to fail if the actual size of an LOB column is greater than the specifiedLobMaxSize.OracleSettings.Builder.numberDatatypeScale(Integer numberDatatypeScale) Specifies the number scale.OracleSettings.Builder.openTransactionWindow(Integer openTransactionWindow) The timeframe in minutes to check for open transactions for a CDC-only task.OracleSettings.Builder.oraclePathPrefix(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.Builder.parallelAsmReadThreads(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).Endpoint connection password.Endpoint TCP port.OracleSettings.Builder.readAheadBlocks(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.Builder.readTableSpaceName(Boolean readTableSpaceName) When set totrue, this attribute supports tablespace replication.OracleSettings.Builder.replacePathPrefix(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.Builder.retryInterval(Integer retryInterval) Specifies the number of seconds that the system waits before resending a query.OracleSettings.Builder.secretsManagerAccessRoleArn(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 inSecretsManagerSecret.OracleSettings.Builder.secretsManagerOracleAsmAccessRoleArn(String secretsManagerOracleAsmAccessRoleArn) Required only if your Oracle endpoint uses Automatic Storage Management (ASM).OracleSettings.Builder.secretsManagerOracleAsmSecretId(String secretsManagerOracleAsmSecretId) Required only if your Oracle endpoint uses Automatic Storage Management (ASM).OracleSettings.Builder.secretsManagerSecretId(String secretsManagerSecretId) The full ARN, partial ARN, or friendly name of theSecretsManagerSecretthat contains the Oracle endpoint connection details.OracleSettings.Builder.securityDbEncryption(String securityDbEncryption) For an Oracle source endpoint, the transparent data encryption (TDE) password required by DMS to access Oracle redo logs encrypted by TDE using Binary Reader.OracleSettings.Builder.securityDbEncryptionName(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.Builder.serverName(String serverName) Fully qualified domain name of the endpoint.OracleSettings.Builder.spatialDataOptionToGeoJsonFunctionName(String spatialDataOptionToGeoJsonFunctionName) Use this attribute to convertSDO_GEOMETRYtoGEOJSONformat.OracleSettings.Builder.standbyDelayTime(Integer standbyDelayTime) Use this attribute to specify a time in minutes for the delay in standby sync.OracleSettings.toBuilder()OracleSettings.Builder.trimSpaceInChar(Boolean trimSpaceInChar) Use theTrimSpaceInCharsource endpoint setting to trim data on CHAR and NCHAR data types during migration.OracleSettings.Builder.useAlternateFolderForOnline(Boolean useAlternateFolderForOnline) Set this attribute totruein order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source.Set this attribute to True to capture change data using the Binary Reader utility.OracleSettings.Builder.useDirectPathFullLoad(Boolean useDirectPathFullLoad) Set this attribute to True to have DMS use a direct path full load.OracleSettings.Builder.useLogminerReader(Boolean useLogminerReader) Set this attribute to True to capture change data using the Oracle LogMiner utility (the default).OracleSettings.Builder.usePathPrefix(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.Endpoint connection user name.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type OracleSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OracleSettings.Builder>OracleSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type OracleSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.oracleSettings(Consumer<OracleSettings.Builder> oracleSettings) Settings in JSON format for the source and target Oracle endpoint.default Endpoint.BuilderEndpoint.Builder.oracleSettings(Consumer<OracleSettings.Builder> oracleSettings) The settings for the Oracle source and target endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.oracleSettings(Consumer<OracleSettings.Builder> oracleSettings) Settings in JSON format for the source and target Oracle endpoint.