| LogFile |
Represents a redo or archive log in Oracle.
|
| LogMinerAdapter |
|
| LogMinerChangeRecordEmitter |
|
| LogMinerHelper |
This class contains methods to configure and manage LogMiner utility
|
| LogMinerOracleOffsetContextLoader |
|
| LogMinerQueryResultProcessor |
This class process entries obtained from LogMiner view.
|
| LogMinerStreamingChangeEventSource |
|
| NeverHistoryRecorder |
A history recorder implementation that does not do any recording.
|
| RowMapper |
A utility class to map LogMiner content resultSet values.
|
| 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 |
Buffer that stores transactions and related callbacks that will be executed when a transaction commits or discarded
when a transaction has been rolled back.
|
| TransactionalBuffer.DmlEvent |
Represents a DML event for a given table row.
|
| TransactionalBuffer.LobEraseEvent |
Represents a LOB_ERASE event
|
| TransactionalBuffer.LobWriteEvent |
Represents a LOB_WRITE event
|
| TransactionalBuffer.LogMinerEvent |
Base class for all possible LogMiner events
|
| TransactionalBuffer.RecentlyCommittedTransaction |
Represents a transaction boundary that was recently committed.
|
| TransactionalBuffer.SelectLobLocatorEvent |
Represents a SELECT_LOB_LOCATOR event
|
| TransactionalBuffer.Transaction |
Represents a logical database transaction
|
| TransactionalBufferMetrics |
This class contains MBean methods
|