Home | Previous Page | Next Page   Logging and Log Administration > Physical Logging > Physical Logging >

Database Server Activity That Is Physically Logged

All dbspace page modifications except the following ones are physically logged:

In case of multiple modifications before the next checkpoint, only one before-image is logged in the physical log (the first before-image).

Storing all before-images of page modifications in the physical log might seem excessive. But the database server stores the before-images in the physical log only until the next checkpoint. To control the amount of data that the database server logs, you can tune the checkpoint interval configuration parameter CKPTINTVL.

Physical Logging and Simple Large Objects

The database server pages in the physical log can be any database server page, including simple large objects in tblspaces. Even overhead pages (such as chunk free-list pages) are copied to the physical log before data on the page is modified and flushed to disk.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]