Yearly Archives: 2026

ORA-14656: Cannot Drop the Parent of a Reference-Partitioned Table – Root Cause and Resolution

Introduction Partitioning is one of Oracle Database’s most powerful features for managing large tables efficiently. Among the available partitioning methods, Reference Partitioning allows a child table to inherit its partitioning…

Read More

Oracle 19c: Resolving ORA-28374 “Typed Master Key Not Found in Wallet” After Creating a New PDB

Introduction While working with Oracle Database 19c in a multitenant environment with Transparent Data Encryption (TDE) enabled, I ran into an issue while adding a datafile to a newly created…

Read More

How to Create a New PDB with TDE Enabled and an Encrypted Tablespace in Oracle 19c

Introduction In modern Oracle database environments, securing sensitive data at rest is a critical requirement. Transparent Data Encryption (TDE) ensures that data stored in tablespaces is automatically encrypted without requiring…

Read More

Simplifying OCI IAM Governance with the OCI Policy Analysis Tool

Managing Identity and Access Management (IAM) policies in Oracle Cloud Infrastructure (OCI) becomes increasingly challenging as cloud environments grow. Organizations often have hundreds of compartments, thousands of policy statements, multiple…

Read More

From Alert to Insight: How AI Agents Are Transforming SQL Server Performance Troubleshooting

1. Introduction / Issue It’s a typical Tuesday morning. The helpdesk lights up with reports: “CRM is crawling,” “Reports are timing out.” You, the SQL Server DBA, immediately pull up…

Read More

From Overwhelmed to Autonomous: How AI Agents Are Reshaping Oracle DBA Workflows

1. Introduction / Issue It’s 2 a.m., and your phone buzzes with a critical alert: “Order processing application slow – month-end batch delayed.” You log in, open your monitoring dashboard,…

Read More

Secure OCI Databases with Network Load Balancers

When designing cloud architecture, security and accessibility are often at odds. You want your external clients to reach your database, but directly exposing a database to the public internet is…

Read More

Script to import standard purchase order

Introduction:  This blog contains an plsql interface script to import standard purchase order.   Script: DECLARE CURSOR PHEADER IS SELECT * FROM XX_PO_IMP_STG_TABLE;   CURSOR PLINE (P_PO_NUMBER VARCHAR2) IS SELECT…

Read More

Query to get Journal Entry Reserve Ledger Report

Introduction:  This blog contains an SQL query that can be used to run the Journal Entry Reserve Ledger Report. Cause of the issue:  The business requires a report that contains…

Read More

Connect Your Oracle Cloud VCNs Like a Pro: The Complete Local Peering Gateway Guide

Everything you need to know about establishing secure, private connectivity between VCNs in OCI Introduction If you’re running applications across multiple Virtual Cloud Networks (VCNs) in Oracle Cloud Infrastructure, you’ve…

Read More