| 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.
|
private static void |
LogMinerHelper.logDatabaseState(OracleConnection connection)
Helper method that will dump the state of various critical tables used by the LogMiner implementation
to derive state about which logs are to be mined and processed by the Oracle LogMiner session.
|
private static void |
LogMinerHelper.logQueryResults(OracleConnection connection,
String query)
Helper method that dumps the result set of an arbitrary SQL query to the connector's logs.
|
(package private) static void |
LogMinerHelper.startLogMining(OracleConnection connection,
Long startScn,
Long endScn,
OracleConnectorConfig.LogMiningStrategy strategy,
boolean isContinuousMining)
This method builds mining view to query changes from.
|
| 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.