| Package | Description |
|---|---|
| io.debezium.connector.oracle.logminer |
| Modifier and Type | Method and Description |
|---|---|
static List<LogFile> |
LogMinerHelper.getArchivedLogFilesForOffsetScn(OracleConnection connection,
Scn offsetScn,
Duration archiveLogRetention)
This method returns all archived log files for one day, containing given offset scn
|
static List<LogFile> |
LogMinerHelper.getOnlineLogFilesForOffsetScn(OracleConnection connection,
Scn offsetScn)
This method returns all online log files, starting from one which contains offset SCN and ending with one containing largest SCN
18446744073709551615 on Ora 19c is the max value of the nextScn in the current redo
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LogFile.isSameRange(LogFile other)
Returns whether the specified
other log file has the same SCN range as this instance. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.