Database Administration & Monitoring, Database management, Development & Performance Oracle 12cR2 : Optimizer Statistics Advisor 08.05.2017 by Joël Cattin The Optimizer Statistics Advisor is a new Advisor in Oracle 12.2. The goal of this Advisor is to check the way you gather the statistics on your database, and depending on what is found, it will makes some recommendations(…)
Database Administration & Monitoring PostgreSQL on a Pure Storage All Flash Array – Populating PostgreSQL 08.05.2017 by Daniel Westermann Just be clear this is not a performance test as we had to connect the Pure Storage box through 1GB/s interfaces. Basically it is more about how you can interact with the storage system (command line & web interface) and(…)
Database management Can you open PDB$SEED read write? 07.05.2017 by Oracle Team By Franck Pachot . If you are in multitenant, you probably already felt the desire to open the PDB$SEED in READ WRITE mode. Can you open PDB$SEED read write yourseld? Yes and No. Should you open PDB$SEED read write yourself?(…)
Database Administration & Monitoring Testing new PostgreSQL features before alpha/beta/rc releases 07.05.2017 by Daniel Westermann A long time ago I blogged on how you can use the PostgreSQL development snapshots to test new PostgreSQL features before alpha/beta/rc releases are officially released. Another way to do this is to use(…)
Database Administration & Monitoring PostgreSQL on a Pure Storage All Flash Array – Preparations 04.05.2017 by Daniel Westermann Yesterday we got a Pure Storage All Flash Array for testing. As the name implies this is all about Flash storage. What makes Pure Storage different from other vendors is that you don't buy just a storage(…)
Database management 12c nologging and Data Guard 03.05.2017 by Oracle Team By Franck Pachot . The title sounds weird because Data Guard synchronisation is based on the redo stream, so it makes no sense to do nologging operations on the primary. And this is the reason why we set FORCE LOGGING(…)
Database Administration & Monitoring Oracle OGG JAGENT 12.2 installation for GoldenGate monitoring using the Cloud Control plugin 03.05.2017 by Daniel Westermann This post is mainly for self documentation as I have to search my old notes every time I want to do this (I am faster by searching on our blog :) ): If you want to monitor GoldenGate with Cloud(…)
Database management 12cR2 partial PDB backup 01.05.2017 by Oracle Team By Franck Pachot . I had a recent question about the following mention from the 12cR2 Multitenant book, about Partial PDB backups: . Here is an example in 12.2 with local undo to illustrate the(…)
Database Administration & Monitoring A new OGG challenge: Migrate an Oracle 8.1.7.4 instance to 10.2.0.5 27.04.2017 by Daniel Westermann Yes, these beasts still exist in production: [/u01/appl/ora817]$ sqlplus /nolog SQL*Plus: Release 8.1.7.0.0 - Production on Thu Apr 27 09:54:20 2017 (c) Copyright 2000 Oracle Corporation. All rights reserved. SQL> connect / as sysdba Connected. SQL> select * from v$version;(…)
Database Administration & Monitoring Migrating from oracle to postgresql with ora2pg 26.04.2017 by Oracle Team By Mouhamadou Diaw PostgreSQL is one of the most used Rdbms. In this blog we are going to talk about migrating from oracle to postgresql using ora2pg. A previous blog about this topic can be found(…)