Log Miner Configuration for Oracle Database

Share via:

Dear Readers,

In this article, we will see the following Log Miner Configuration for Oracle Database.

We can easily track history of activity on a database from archived redolog files using log miner.

1.  ENABLE SUPPLEMENTAL LOGGING FOR THE DATABASE

2. CHECK THE CURRENT SCN OF DATABASE

3. CHECK REDOLOGS EXISTING IN DATABASE

4. DML OERATIONS FOR TEST CASE

5. MANUALLY CREATE A LIST OF REDO LOG FILES BEFORE YOU START LOGMINER USING DBMS_LOGMNR.ADD_LOGFILE

6. CHECK CURRENT SCN OF DATABASE

7. STARTING LOGMINER USING DBMS_LOGMNR.START_LOGMNR

8. READING CONTENTS BY USING V$LOGMNR_CONTENTS VIEW

 

Thank you for giving your valuable time to read the above information.
Follow us on 
Website  www.ktexperts.com
Facebook Page KTexperts
Linkedin Page : KT EXPERTS

 

Share via:
Note: Please test scripts in Non Prod before trying in Production.
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

Add Comment