UAUptime Architectinuptimearchitect.hashnode.dev·1d ago · 9 min readYour First Oracle Autonomous Database on OCI Always FreeThe single best way to keep your Oracle skills sharp without a license, a server, or a finance conversation is OCI Always Free. It gives you a real, fully managed Oracle database — Autonomous Database00
UAUptime Architectinuptimearchitect.hashnode.dev·Jul 8 · 16 min readMigrating Oracle to the Cloud: Which Method, and WhenMoving an Oracle database to the cloud is a solved problem five times over — Data Pump, transportable tablespaces, Data Guard, GoldenGate, and ZDM all do it. The hard part isn't the destination; it's 00
UAUptime Architectinuptimearchitect.hashnode.dev·Jul 8 · 13 min readORA-00060 Deadlock: Find It, Fix It, Prevent ItORA-00060: deadlock detected while waiting for resource is one of the most misunderstood errors Oracle throws. The two myths that cause the most damage: that it rolled back your transaction (it didn't00
UAUptime Architectinuptimearchitect.hashnode.dev·Jul 8 · 16 min readOracle Patching, Demystified: CPU, RU, RUR — and What Changed in 2026Few Oracle topics generate as much confident, contradictory advice as patching. Someone tells you to "apply the CPU," someone else insists you want "the latest RU," a third person mentions RURs, and t00
UAUptime Architectinuptimearchitect.hashnode.dev·Jun 23 · 17 min readOracle Wait Events, Decoded: The Half-DozenA wait event is not a mystery. It's just a label for time a session spent not on CPU — blocked, waiting for a single block to come back from disk, for a commit to flush, for another session to let go 10