Class OraTable4LogMiner


public class OraTable4LogMiner extends OraTable4SourceConnector
Author:
averemee
  • Constructor Details

    • OraTable4LogMiner

      public OraTable4LogMiner(String pdbName, short conId, String tableOwner, String tableName, boolean rowLevelScnDependency, int schemaType, boolean useOracdcSchemas, boolean processLobs, OraCdcLobTransformationsIntf transformLobs, boolean isCdb, int topicPartition, OraDumpDecoder odd, Map<String,String> sourcePartition, String topicParam, int topicNameStyle, String topicNameDelimiter, OraRdbmsInfo rdbmsInfo, Connection connection, boolean protobufSchemaNames)
      For LogMiner worker thread
      Parameters:
      pdbName -
      conId -
      tableOwner -
      tableName -
      rowLevelScnDependency -
      schemaType -
      useOracdcSchemas -
      processLobs -
      transformLobs -
      isCdb -
      topicPartition -
      odd -
      sourcePartition -
      topicParam -
      topicNameStyle -
      topicNameDelimiter -
      rdbmsInfo -
      connection -
    • OraTable4LogMiner

      public OraTable4LogMiner(Map<String,Object> tableData, int schemaType, OraCdcLobTransformationsIntf transformLobs, OraRdbmsInfo rdbmsInfo)
      Restore OraTable from JSON
      Parameters:
      tableData -
      schemaType -
      transformLobs -
      rdbmsInfo -
  • Method Details