Database Administration & Monitoring PostgreSQL as a central reporting hub? – Yes, of course 28.06.2016 by Daniel Westermann For every client we do projects for there usually are database systems from various vendors. In most places you at least find some Oracle and MS SQL Server databases. Probably somewhere there are even some MySQL/MariaDB or PostgreSQL instance running.
Database Administration & Monitoring Statspack Idle Events 28.06.2016 by Oracle Team By Franck Pachot . When you don't have Enterprise Edition + Diagnostic Pack, you cannot use AWR but you can, and should, install Statspack. Statspack is still there, but unfortunately do not evolve a lot. The most important section, the(…)
Database Administration & Monitoring, Development & Performance, Technology Survey SQL Server 2016 – Query Store: retrieve query that doesn’t appear! 28.06.2016 by Stéphane Haby For our event SQL Server 2016 in September, I am studying the new functionality Query Store. My colleague David Barbarin have written few months ago about Query(…)
Database Administration & Monitoring Swiss PGDAY 2016, Slides are online 28.06.2016 by Daniel Westermann Last Friday the Swiss PGDAY happened in Rapperswil. All the slides as well as some pictures are now availble (tab “Programm”): >(…)
Database Administration & Monitoring Manage DDL inside SharePlex 24.06.2016 by Oracle Team By Mouhamadou Diaw In a precedent blog (http://dbi-services.com/blog/discovering-shareplex-for-oracle/) about SharePlex, we presented how to setup a replication between 2 environments. In this article we will try to see how SharePlex deals with replicating DDL statements. Before starting we(…)
Database Administration & Monitoring, Technology Survey SQL Server 2016: Always Encrypted 24.06.2016 by Stéphane Savorgnano One of the top new features of SQL Server 2016 is the Always Encrypted functionality. Always Encrypted provides that data, store in a database, remains encrypted the all times there are in the database. There is a complete separation between(…)
Database Administration & Monitoring Question is: upgrade now to 12.1.0.2 or wait for 12.2 ? 23.06.2016 by Oracle Team By Franck Pachot . Let's look at Release Schedule of Current Database Releases (Doc ID 742060.1) 12.2.0.1 is planned for 2HCY2016 on platforms Linux x86-64, Oracle Solaris SPARC (64-bit), Oracle Solaris x86-64 (64-bit). 2HCY2016 starts next(…)
Database Administration & Monitoring ODA X6-2S and ODA X6-2M for EE and SE2 21.06.2016 by Oracle Team By Franck Pachot . After the announcement of the death of SE1 and SE we wondered what Oracle will do for Small and Medium Enterprises and entry level products. The answer was postgres the Oracle Cloud Services, but that's for(…)
Database Administration & Monitoring Adaptive Plans and SQL Baselines 21.06.2016 by Oracle Team By Franck Pachot . I encountered recently an issue with Adaptive Plan and SPM. Documentations says that it works perfectly together but I remembered a presentation from Nelson Calero at UKOUG TECH15 mentioning strange behavior. I reproduced the issue and(…)
Database Administration & Monitoring ORA-01775: looping chain of synonyms 21.06.2016 by Oracle Team By Franck Pachot . This error message is misleading. You may encounter it when you expect ORA-00942: table or view does not exist. Let's explain(…)