Correlated Subquery to Analytics

At work I came across a query that was using correlated sub select and I thought it is worth sharing. I have seen many queries where correlated sub select is used which can easily be written using analytics. In this…

Oracle 11gr2 Dataguard – Resolving ORA 19909

Just wanted to write quick blog about an error we got on Standby Database and steps I performed to resolved it.  Saved me from re-building the dataguard database.  Configuration:  All databases were on 11gR2 (11.2.0.4) single node using Oracle Restart.…

Oracle Database Service

Recently at my work place for the first time, I planned and executed QA environment failover test to standby database and was asked how come Transparent Network Substrate (TNS) entry didn’t need to be update for failover test? Some background…