Leadership infographic outlining five key considerations for Oracle database backup strategy: data growth pattern, environment strategy, backup size and recovery time optimisation, backup validation, and backup device selection
Architecture diagram showing Oracle Database 19c local PDB cloning within the same CDB and remote PDB cloning across two CDBs using a database link, with ASM storage notation

PDB Cloning in Production: Gotchas Nobody Warns You About

A request came in on a Thursday afternoon — the UAT team needed a fresh copy of the production PDB by Friday morning for regression testing. We had done local PDB clones before. The command is short, the documentation looks clean, and on a quiet system the operation finishes in minutes. What we had not Read more about PDB Cloning in Production: Gotchas Nobody Warns You About[…]

Architecture diagram showing Oracle Database 19c CDB resource plan distributing CPU and memory limits across four PDBs: SANTEST, OEMDB, PDB_REPORT, and PDB_BATCH

Managing PDB Resources: CPU and Memory Isolation Done Right

We had four PDBs on the same CDB running without any Oracle PDB resource plan for CPU and memory isolation. Three of them handled routine OLTP workloads — order processing, user authentication, a reporting schema. The fourth was a batch analytics PDB that ran nightly aggregations across three years of transactional history. For the first Read more about Managing PDB Resources: CPU and Memory Isolation Done Right[…]

Production DBA checklist diagram for Oracle AI Database 26ai deployment covering vector infrastructure sizing, JSON Relational Duality deployment gates, and Select AI governance decisions

Building an AI-Ready Oracle Database: A Production DBA Checklist

Three weeks before go-live on an Oracle AI Database 26ai deployment, we ran a readiness review mostly with the help of Oracle AI Database 26ai production DBA checklist. At the surface level, things looked stable. Vector search was working in staging. JSON Relational Duality Views were serving the REST layer. Select AI was configured against Read more about Building an AI-Ready Oracle Database: A Production DBA Checklist[…]

Architecture diagram showing how Oracle AI Database 26ai JSON Relational Duality Views translate JSON writes into row-level DML on underlying relational tables, with lock icons indicating concurrent access behavior.

5 Things DBAs Must Know About JSON Relational Duality in Oracle AI Database 26ai

Last month we were reviewing a staging incident where an application team had migrated their REST layer to use JSON Relational Duality Views in Oracle AI Database 26ai. The feature worked exactly as advertised during unit testing — clean JSON in, clean JSON out, relational tables staying normalized underneath. Then they ran a load test Read more about 5 Things DBAs Must Know About JSON Relational Duality in Oracle AI Database 26ai[…]

Oracle 23ai — Why Oracle Calls It The AI Database

A few months ago, we were in an architecture review when the solutions architect put up a slide titled “AI Stack — Proposed.” Oracle was in the middle tier, doing what it always does — transactions, reporting, the core workload. Sitting beside it, in its own separate box, was a vector database. Pinecone, specifically. The Read more about Oracle 23ai — Why Oracle Calls It The AI Database[…]