1/27/2017

How Will Logging Process happen in DB2?

What is a Log: Log is nothing but a transaction log. A transaction log is a file which stores the history of actions executed by a database management system, which is used to recover at the time of crashes. All databases maintain log files that keep records of database changes. Types of logging strategy choices: 1. Circular logging 2. Retain log record...

ads