Database Administration & Monitoring Adaptive Plan: How much can STATISTICS COLLECTOR buffer? 04.05.2016 by Oracle Team By Franck Pachot . The 12c adaptive plan prepares two join methods (Hash Join and Nested Loop), actives the one that has the better cost for the estimated cardinality and computes the point of inflection in cardinality estimation where the(…)
Application integration & Middleware Attunity Replicate: Replicate numeric data types from Oracle to SQL Server is easy 04.05.2016 by Stéphane Haby After the good article “A short glance at Attunity replicate” from Franck Pachot, I will continue to explain our test on Attunity Replicate with datatype and how this(…)
Application integration & Middleware xPlore list all ids from xhive 04.05.2016 by Middleware Team I went into a case that I found a kid of ‘Ghost’ index which I may present in another blog. But to summarize I had to get the full list of indexes from the xPlore server. The problem is(…)
Development & Performance, Technology Survey SQL Server 2016: Microsoft R Server 04.05.2016 by Stéphane Haby In my last article, I wrote about the R Services into SQL Server. Now, Microsoft provides an open source R platform to complete this new SQL Server integrated feature in 2016.
Database Administration & Monitoring When a query has read 350TB after 73K nested loops 03.05.2016 by Oracle Team By Franck Pachot . According that you have Tuning Pack, SQL Monitor is the right way to see what a query is currently doing. A query was running for days and the first figure I see is that it has(…)
Database Administration & Monitoring SQL Server: switch partition and metadata inconsistency issue 30.04.2016 by Microsoft Team In this blog post, I would like to share with you a weird issue I faced when I implemented a sliding Windows partition scenario on SQL Server 2014 SP1 at one of my customer. The idea was to keep SQL(…)
Database Administration & Monitoring Testing Oracle on exoscale.ch 28.04.2016 by Oracle Team By Franck Pachot . My last post came from a discussion at SITB with exoscale. They are doing Cloud hosting with datacenters in Switzerland. In Switzerland(…)
Database Administration & Monitoring Can you become a PaaS provider for an Oracle Database service? 28.04.2016 by Oracle Team By Franck Pachot . This post is not about technical limitations: Oracle Database is supported in most hypervisors (certified or not) so anybody can provide a DBaaS through a virtual machine as long as it run a supported OS, has(…)
Database Administration & Monitoring The (almost) same sample schema for all major relational databases (4) – MSSQL 28.04.2016 by Nathan Courtine In previous posts, my colleague Daniel Westermann explained how to install the “Dell DVD Store Database Test Suite” into PostgreSQL, Oracle and MySQL. This time, this is my job to present you how to proceed(…)
Database Administration & Monitoring Connecting your PostgreSQL instance to a MariaDB/MySQL instance 28.04.2016 by Daniel Westermann Some time ago I blogged on how to connect your PostgreSQL instance to an Oracle instance (here and here). In this post I'll do the same with a MariaDB/MySQL instance.