| Package | Description |
|---|---|
| com.ververica.cdc.connectors.oracle |
| Modifier and Type | Method and Description |
|---|---|
static <T> OracleSource.Builder<T> |
OracleSource.builder() |
OracleSource.Builder<T> |
OracleSource.Builder.database(String database)
An optional list of regular expressions that match database names to be monitored; any
database name not included in the whitelist will be excluded from monitoring.
|
OracleSource.Builder<T> |
OracleSource.Builder.debeziumProperties(Properties properties)
The Debezium Oracle connector properties.
|
OracleSource.Builder<T> |
OracleSource.Builder.deserializer(com.ververica.cdc.debezium.DebeziumDeserializationSchema<T> deserializer)
The deserializer used to convert from consumed
SourceRecord. |
OracleSource.Builder<T> |
OracleSource.Builder.hostname(String hostname) |
OracleSource.Builder<T> |
OracleSource.Builder.password(String password)
Password to use when connecting to the Oracle database server.
|
OracleSource.Builder<T> |
OracleSource.Builder.port(int port)
Integer port number of the Oracle database server.
|
OracleSource.Builder<T> |
OracleSource.Builder.schemaList(String... schemaList)
An optional list of regular expressions that match schema names to be monitored; any
schema name not included in the whitelist will be excluded from monitoring.
|
OracleSource.Builder<T> |
OracleSource.Builder.startupOptions(StartupOptions startupOptions)
Specifies the startup options.
|
OracleSource.Builder<T> |
OracleSource.Builder.tableList(String... tableList)
An optional list of regular expressions that match fully-qualified table identifiers for
tables to be monitored; any table not included in the list will be excluded from
monitoring.
|
OracleSource.Builder<T> |
OracleSource.Builder.username(String username)
Name of the Oracle database to use when connecting to the Oracle database server.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.