Database Administration & Monitoring, Oracle AWR when ASH CPU >> DB CPU 05.11.2015 by Oracle Team By Franck Pachot . I'll present How to read an AWR report next month at UKOUG TECH15 and the first recommendation after checking Average Active Sessions is to verify that we are not in a CPU starvation situation. Here is(…)
Database Administration & Monitoring, Oracle RMAN channels in RAC 05.11.2015 by Oracle Team By Franck Pachot . When you want to minimize the backup or restore duration, you can parallelize RMAN operations by allocating multiple channels. If you are in cluster, you can open channels from several nodes. Let's see why, how, and(…)
Database Administration & Monitoring, Oracle Dbvisit replicate allows DDL replication even when source and destination have different structure 02.11.2015 by Oracle Team By Franck Pachot . I've tested a little thing for a customer, and as usual I spool the result into a blog post in case it helps others. Not all replication software - at least in their current version -(…)
Database Administration & Monitoring, Oracle IBM Bluemix Database Cloud Service – My first trial 31.10.2015 by Oracle Team By Franck Pachot . Remember my first try of Oracle cloud when Larry Ellison announced the Cloud in june? This week at OOW15 Larry Ellison announced that IBM is not a competitor anymore for them, then(…)
Business Intelligence, Database management, Oracle DBA, turkeys and NoSQL hype 24.10.2015 by Oracle Team By Franck Pachot . We (DBAs) look at this NoSQL hype with a large smile. We know how powerful are SQL databases and we can't imagine processing data seriously without it. And the technologies that come with NoSQL brings back(…)
Database Administration & Monitoring, Oracle SQL> alter database switchover to … 21.10.2015 by Oracle Team By Franck Pachot . In 12c the manual switchover to physical standby requires only one command (ALTER DATABASE SWITCHOVER) instead of two (ALTER DATABASE COMMIT TO SWITCHOVER on each database). We usually recommend to use the broker and I(…)
Database Administration & Monitoring, Oracle Oracle Cloud Service – my first outage 18.10.2015 by Oracle Team By Franck Pachot . We experienced the first planned outage this week-end, so let's see how it is notified and what happens.
Database Administration & Monitoring, Oracle You are in Standard Edition, when to worry? 18.10.2015 by Oracle Team By Franck Pachot . A previous blog post explaining what happens for those in 'Standard Edition One' had a "don't worry" in the title because you can upgrade to SE2 with minimal additional cost - except(…)
Database Administration & Monitoring, Oracle 11.2.0.4 support? Don’t worry until 2017 16.10.2015 by Oracle Team By Franck Pachot . Customers reluctant to go to 12c before 12.2, in addition to Standard Edition contract changes when going to 12c, has lead to lot of upgrades to 11.2.0.4 but what about support? Don't worry. It's supported for(…)
Database Administration & Monitoring, Oracle Mapping In-memory CU to values: IMCU pruning 13.10.2015 by Oracle Team By Franck Pachot . In the previous post we have seen how In-Memory Compression Unit map to the physical persistent storage - table extents. Let's see now how they are(…)