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(…)
Technology Survey Trace Flag 4199 or not in SQL Server 2016? 28.06.2016 by Stéphane Haby Some Trace Flag like T1117 and T1118 are no more needed as you can read on David’s blog. But that’s not all, you have also the T4199… What’ does the Trace Flag T4199? This Trace Flag(…)
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(…)
Application integration & Middleware Upgrading to 7.2 created a new ACS. How to remove it and test it? 24.06.2016 by Middleware Team I had this strange behavior that once upgraded from 6.7 to 7.2 a new ACS was created. I think it’s because the current ACS name didn’t fit the new ACS name pattern. Well it’s not a big issue to have(…)
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(…)