Interface OraLogMiner

All Known Implementing Classes:
OraCdcDistributedV$ArchivedLogImpl, OraCdcV$ArchivedLogImpl

public interface OraLogMiner
Interface for LogMiner operations
Author:
averemee
  • Method Details

    • createStatements

      void createStatements(Connection connLogMiner) throws SQLException
      Throws:
      SQLException
    • next

      boolean next() throws SQLException
      Throws:
      SQLException
    • extend

      boolean extend() throws SQLException
      Throws:
      SQLException
    • stop

      void stop() throws SQLException
      Throws:
      SQLException
    • isDictionaryAvailable

      boolean isDictionaryAvailable()
    • getDbId

      long getDbId()
    • getDbUniqueName

      String getDbUniqueName()
    • isOracleConnectionRequired

      default boolean isOracleConnectionRequired()
      Does implementation requires connection to Oracle Database?
      Returns:
      true if implementation required connection to Oracle database otherwise - false