UAUptime Architectinuptimearchitect.hashnode.dev·1d ago · 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·1d ago · 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·1d ago · 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
UAUptime Architectinuptimearchitect.hashnode.dev·Jun 23 · 10 min readData Guard Switchover vs Failover: Which Role Transition, and WhenThe two words get used interchangeably in incident bridges, and that confusion costs people data. A switchover and a failover both end with your standby running as the primary — but they are not the s00