Posts

Oracle GoldenGate with Oracle Database@Azure

Image
Oracle GoldenGate with Oracle Database@Azure Real-time replication, zero-downtime migration, reporting offload, and cloud integration — with the fully managed GoldenGate service on the platform. 📅 Aug 09, 2026     🏷️ Oracle DB@Azure,  Replication, CDC, Zero-Downtime Migration    ⏱ 30 min  Article Overview Oracle GoldenGate is the piece that turns a database into a moving stream of change — capturing committed transactions as they happen and delivering them, in near real time, to another database that might be in the same cloud, a different cloud, or on-premises. On Oracle Database@Azure that capability is now available as a fully managed service, provisioned for the platform and able to connect databases across Azure, OCI, and your datacenter. This guide is a dedicated tour of GoldenGate on this platform: how the replication architecture actually works — Extract, trails, Distribution, Replicat — the managed OCI GoldenGate service and how it attaches ...

Building a real app on Oracle Backend with Firebase APIs

Article Overview Oracle recently launched Oracle Backend with Firebase APIs — a way to build mobile and web apps on Oracle AI Database with open-source SDKs for auth, document data, storage, security rules, vector search, and App Trust. This post walks through what's in the toolkit, why the design choices matter for DBAs and app teams alike, and a small demo app I built to make it concrete. Every app team eventually answers the same question: where does the backend come from? For a long time the easy answer was a hosted Backend-as-a-Service — you get authentication, a document store, file handling, and tidy client SDKs on day one, and you start shipping. The catch shows up later. The data that actually runs the company usually lives somewhere colder and more carefully guarded: a governed, audited, encrypted Oracle database the app team never talks to directly. So you end up maintaining two worlds — two data models, two security stories, two homes for user data, and often a separat...