Class OraRedoLogFile
java.lang.Object
solutions.a2.cdc.oracle.utils.file.OraRedoLogFile
Based on
Julian Dyke http://www.juliandyke.com/
and
Jure Kajzer https://www.abakus.si/download/events/2014_jure_kajzer_forenzicna_analiza_oracle_log_datotek.pdf
internals.
- Author:
- averemee
-
Constructor Details
-
OraRedoLogFile
- Throws:
IOException
-
-
Method Details
-
name
-
length
public long length() -
blockSize
public int blockSize() -
blockCount
public long blockCount() -
getVersionString
-
getVersionMajor
public int getVersionMajor() -
getInstanceName
-
getDbId
public long getDbId() -
getActivationId
public long getActivationId() -
description
-
thread
public int thread() -
sequence
public long sequence() -
firstChange
public long firstChange() -
nextChange
public long nextChange() -
toString
-
main
-