Posts In English

What is an Online Redo Log? : A Back-To-Basics Guide

In this post we will look at the Online Redo Log which consists of physical files that store redo records, capturing changes made to the database. These records are crucial for the recovery process, as they facilitate “roll forward” of committed changes and “roll back” of uncommitted ones.

Read More »

Understanding Oracle Undo Records: A Back-to-Basics Guide

Confused about Oracle Undo Records and their role in database management? This guide breaks it down, explaining how undo data supports read consistency and transaction rollback. Whether you’re a DBA or a developer, mastering undo records is key to maintaining data integrity and performance.

Read More »

OCI,Terraform & IaC : Creating a Compartment

Unlock the power of Oracle OCI, Terraform, and Infrastructure as Code with this blog series. In this second entry from beginner basics to advanced techniques, we learn how what a provider, datasource and TF variables are used in Terraform.

Read More »