OracleSettings constructor
OracleSettings({
- bool? accessAlternateDirectly,
- bool? addSupplementalLogging,
- int? additionalArchivedLogDestId,
- bool? allowSelectNestedTables,
- int? archivedLogDestId,
- bool? archivedLogsOnly,
- String? asmPassword,
- String? asmServer,
- String? asmUser,
- CharLengthSemantics? charLengthSemantics,
- String? databaseName,
- bool? directPathNoLog,
- bool? directPathParallelLoad,
- bool? enableHomogenousTablespace,
- bool? failTasksOnLobTruncation,
- int? numberDatatypeScale,
- String? oraclePathPrefix,
- int? parallelAsmReadThreads,
- String? password,
- int? port,
- int? readAheadBlocks,
- bool? readTableSpaceName,
- bool? replacePathPrefix,
- int? retryInterval,
- String? secretsManagerAccessRoleArn,
- String? secretsManagerOracleAsmAccessRoleArn,
- String? secretsManagerOracleAsmSecretId,
- String? secretsManagerSecretId,
- String? securityDbEncryption,
- String? securityDbEncryptionName,
- String? serverName,
- bool? useAlternateFolderForOnline,
- String? usePathPrefix,
- String? username,
Implementation
OracleSettings({
this.accessAlternateDirectly,
this.addSupplementalLogging,
this.additionalArchivedLogDestId,
this.allowSelectNestedTables,
this.archivedLogDestId,
this.archivedLogsOnly,
this.asmPassword,
this.asmServer,
this.asmUser,
this.charLengthSemantics,
this.databaseName,
this.directPathNoLog,
this.directPathParallelLoad,
this.enableHomogenousTablespace,
this.failTasksOnLobTruncation,
this.numberDatatypeScale,
this.oraclePathPrefix,
this.parallelAsmReadThreads,
this.password,
this.port,
this.readAheadBlocks,
this.readTableSpaceName,
this.replacePathPrefix,
this.retryInterval,
this.secretsManagerAccessRoleArn,
this.secretsManagerOracleAsmAccessRoleArn,
this.secretsManagerOracleAsmSecretId,
this.secretsManagerSecretId,
this.securityDbEncryption,
this.securityDbEncryptionName,
this.serverName,
this.useAlternateFolderForOnline,
this.usePathPrefix,
this.username,
});