| Package | Description |
|---|---|
| io.debezium.connector.oracle | |
| io.debezium.connector.oracle.logminer |
| Modifier and Type | Field and Description |
|---|---|
private OracleConnection |
OracleValueConverters.connection |
private OracleConnection |
OracleConnectorTask.historyRecorderConnection |
private OracleConnection |
OracleSnapshotChangeEventSource.jdbcConnection |
private OracleConnection |
OracleConnectorTask.jdbcConnection |
private OracleConnection |
OracleChangeEventSourceFactory.jdbcConnection |
| Modifier and Type | Method and Description |
|---|---|
OracleConnection |
OracleConnection.executeLegacy(io.debezium.jdbc.JdbcConnection.Operations operations) |
OracleConnection |
OracleConnection.executeLegacy(String... sqlStatements) |
| Constructor and Description |
|---|
OracleChangeEventSourceFactory(OracleConnectorConfig configuration,
OracleConnection jdbcConnection,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.util.Clock clock,
OracleDatabaseSchema schema,
io.debezium.config.Configuration config,
OracleTaskContext taskContext) |
OracleDatabaseSchema(OracleConnectorConfig connectorConfig,
io.debezium.util.SchemaNameAdjuster schemaNameAdjuster,
io.debezium.schema.TopicSelector<io.debezium.relational.TableId> topicSelector,
OracleConnection connection) |
OracleSnapshotChangeEventSource(OracleConnectorConfig connectorConfig,
OracleOffsetContext previousOffset,
OracleConnection jdbcConnection,
OracleDatabaseSchema schema,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.util.Clock clock,
io.debezium.pipeline.source.spi.SnapshotProgressListener snapshotProgressListener) |
OracleValueConverters(OracleConnectorConfig config,
OracleConnection connection) |
| Modifier and Type | Field and Description |
|---|---|
private OracleConnection |
LogMinerStreamingChangeEventSource.jdbcConnection |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,OracleConnection> |
LogMinerHelper.racFlushConnections |
| Modifier and Type | Method and Description |
|---|---|
private static OracleConnection |
LogMinerHelper.createFlushConnection(io.debezium.jdbc.JdbcConfiguration config,
String host) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
LogMinerHelper.checkSupplementalLogging(OracleConnection connection,
String pdbName,
OracleDatabaseSchema schema)
This method validates the supplemental logging configuration for the source database.
|
| Constructor and Description |
|---|
LogMinerStreamingChangeEventSource(OracleConnectorConfig connectorConfig,
OracleOffsetContext offsetContext,
OracleConnection jdbcConnection,
io.debezium.pipeline.EventDispatcher<io.debezium.relational.TableId> dispatcher,
io.debezium.pipeline.ErrorHandler errorHandler,
io.debezium.util.Clock clock,
OracleDatabaseSchema schema,
OracleTaskContext taskContext) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.