Daily Archives: July 23, 2026

Optimizing Oracle Data Guard: Reducing Archive Logs & Apply Lag

Issue  On an Active Data Guard configuration, we noticed periods where archive log generation on the primary spiked well above normal, and the standby’s apply lag grew along with it.…

Read More

How to Control Oracle Cloud (OCI) Resources Using OCI CLI

Introduction / Issue  In many OCI environments, administrators rely heavily on the web console to manage compute instances and resources. While this works, it becomes slow, error-prone, and inefficient when managing multiple environments or…

Read More

Using a Bastion Host to Securely Access Private Servers in Oracle Cloud (OCI)

Introduction / Issue  In many Oracle Cloud Infrastructure (OCI) environments, teams often face a common problem: how to securely access private compute instances without exposing them to the internet. Initially, servers are sometimes created with public…

Read More

Boosting Analytic Query Performance with Oracle Database In-Memory

Introduction   A set of reporting and analytic queries against a large, frequently scanned table were taking longer than expected, with a large share of the response time going into repeated buffer cache…

Read More

The Hidden Power of jq for Processing MongoDB Logs

Stop scrolling through raw JSON lines. Master command-line log querying using jq pipelines to diagnose errors, isolate slow queries, and monitor replication events instantly. Starting in version 4.4, MongoDB moved…

Read More

OCI Vault-Based TDE vs Traditional Wallet-Based TDE: What Changes for a DBA

Introduction: Transparent Data Encryption (TDE) has been part of the Oracle DBA toolkit for years – encrypt the datafiles, manage a wallet, move on. But once a database moves to OCI,…

Read More

EBS on OCI vs EBS On-Prem: What Actually Changes for an Apps DBA

Introduction: Migrating Oracle E-Business Suite from on-prem to OCI is often sold as a lift and shift  and technically, a lot of it is. The application code, patching model, AD…

Read More

Updating an Item Category Name via REST API

Introduction/ Issue: Occasionally an item is assigned to the wrong category name in the inventory catalog, or a category needs to be renamed after go-live. There was no simple, supported…

Read More

Building an Hourly AR Invoice Line-Count Report by Batch Source

Introduction/ Issue: Our finance operations team had no easy way to see how AR invoices were being created across the day. When a customer complained about a delayed invoice, or…

Read More

Azure SQL Database Service Tiers Explained: Which One Should You Pick?

Introduction/ Issue:  One of the most common challenges organizations face when migrating databases to Azure is selecting the appropriate Azure SQL Database service tier. Many teams either overprovision resources, leading…

Read More