|
Log miner procedures are given as follows:
- ADD_LOGFILE – Adds a file to the existing or newly created list of archive files to process.
-
START_LOGMNR – Initializes the LogMiner utility.
-
END_LOGMNR – Finishes a LogMiner session.
The following two functions can also be used with log miners:
- MINE_VALUE (function) – Returns undo or redo value for the column specified as parameter based on the data present in the v$logmnr_contents view.
-
COLUMN_PRESENT ( function) – Verifies whether undo or redo values is present in the v$logmnr _contents view for the column specified as parameter.
|