| Interface | Description |
|---|---|
| HistoryRecorder |
This interface defines how a custom recorder can be supplied to record LogMiner results.
|
| LogMinerMetricsMXBean |
This interface is exposed for JMX
|
| TransactionalBuffer.CommitCallback |
Callback is designed to execute when transaction commits.
|
| TransactionalBufferMetricsMXBean |
This interface exposes TransactionalBuffer metrics
|
| Class | Description |
|---|---|
| LogMinerChangeRecordEmitter |
Emits change record based on a single
LogMinerDmlEntry event. |
| LogMinerHelper |
This class contains methods to configure and manage LogMiner utility
|
| LogMinerHelper.ScnRange |
Holds the first and next change number range for a log entry.
|
| LogMinerMetrics |
This class contains methods to be exposed via MBean server
|
| LogMinerQueryResultProcessor |
This class process entries obtained from LogMiner view.
|
| LogMinerSchemaChangeEventEmitter |
SchemaChangeEventEmitter implementation based on Oracle LogMiner utility. |
| LogMinerStreamingChangeEventSource |
A
StreamingChangeEventSource based on Oracle's LogMiner utility. |
| NeverHistoryRecorder |
A history recorder implementation that does not do any recording.
|
| OracleChangeRecordValueConverter |
This class is used as a value converter by the DML parser.
|
| RowMapper |
A utility class to map LogMiner content resultSet values.
|
| Scn |
Oracle System Change Number implementation
|
| SqlUtils |
This utility class contains SQL statements to configure, manage and query Oracle LogMiner
todo handle INVALID file member (report somehow and continue to work with valid file), handle adding multiplexed files,
todo SELECT name, value FROM v$sysstat WHERE name = 'redo wastage';
todo SELECT GROUP#, STATUS, MEMBER FROM V$LOGFILE WHERE STATUS='INVALID'; (drop and recreate? or do it manually?)
todo table level supplemental logging
todo When you use the SKIP_CORRUPTION option to DBMS_LOGMNR.START_LOGMNR, any corruptions in the redo log files are skipped during select operations from the V$LOGMNR_CONTENTS view.
|
| TransactionalBuffer | |
| TransactionalBuffer.Transaction | |
| TransactionalBufferMetrics |
This class contains MBean methods
|
| Enum | Description |
|---|---|
| LogMinerHelper.DATATYPE |
Copyright © 2021 JBoss by Red Hat. All rights reserved.