Sunday, 25 February 2024

Solving the Mysterious Database Connection Timeouts

 A few weeks ago, I found myself on-site with a client who was facing a perplexing issue: their database connections were frequently timing out. These intermittent problems were causing significant disruptions, and the client was eager for a solution. Here’s the story of how we unraveled this mystery and restored smooth database operations



Sunday, 11 February 2024

Resolving the ORA-16724: cannot resolve gap : A Step-by-Step Adventure

Ever experienced the frustration of dealing with the ORA-16724 error in Oracle Data Guard? You’re not alone! This pesky error popped up in our enviroment when standby server was off the grid for a few days due to hardware issues.

Let’s dive into resolving this log gap error using RMAN incremental backup, with a touch of fun and simplicity.



Sunday, 4 February 2024

Dealing with ORA-00910: Dive into Oracle’s MAX_STRING_SIZE Parameter

 Ever tried creating a table with a VARCHAR2(32767) column in Oracle and hit the dreaded ORA-00910 error? It looks something like this:


A Guide : Patch Oracle 19c Grid Infrastructure

   To patch Oracle Grid Infrastructure 19c, follow these detailed steps. This guide assumes you have already downloaded and unzipped the necessary patch files.