Database management, Oracle Oracle Parallel Query: Did you use MapReduce for years without knowing it? 26.06.2014 by Oracle Team By Franck Pachot . I’ve read this morning that MapReduce is dead. The first time I heard about MapReduce was when a software architect proposed to stop writing SQL on Oracle Database and replace it with MapReduce processing.
Operating systems, Oracle Linux: how to monitor the nofile limit 18.06.2014 by Oracle Team By Franck Pachot . In a previous post I explained how to measure the number of processes that are generated when a fork() or clone() call checks the nproc limit. There is another limit in /etc/limits.conf – or(…)
Database management SQL Server: How to find the default data path? 16.06.2014 by Stéphane Haby I have read a lot of SQL Server blog postings and articles in order to find the default data path. This post covers different SQL Server versions (SQL Server 2012, SQL Server 2014, SQL Server 2008, SQL Server 2005)(…)
Application integration & Middleware SQL Server 2014: sys.dm_exec_query_profiles, a new promising feature 13.06.2014 by Microsoft Team Among the hidden features provided by SQL Server 2014 there is a very interesting dynamic management view named sys.dm_exec_query_profiles. This feature will help the database administrators and experienced developers to troubleshoot long running queries in real-time. I’m pretty sure(…)
Database Administration & Monitoring, Oracle Linux: how to monitor the nproc limit 10.06.2014 by Oracle Team By Franck Pachot . You probably know about ‘nproc’ limits in Linux which are set in /etc/limits.conf and checked with ‘ulimit -u’. But do you know how to handle the monitoring and be alerted when you’re close the fixed(…)
Hardware & Storage SQL Server 2014: Availability groups failover impossible with Failover Cluster Manager 06.06.2014 by Microsoft Team A couple of weeks ago, I worked for a customer that wanted to implement SQL Server 2012 (and not SQL Server 214) AlwaysOn with availability groups. During our tests we performed a bunch of failover tests and the customer(…)
Database management, Oracle How to list all Oracle system schemas 05.06.2014 by Oracle Team By Franck Pachot . Do you want to know which users come with the Oracle Database and which are the ones you have created? This is that not easy, especially prior to Oracle 12c. You know SYS and SYSTEM,(…)
Application integration & Middleware How to avoid Failover Cluster with PowerShell scripting 05.06.2014 by Stéphane Savorgnano One of my colleague asked me some days ago if I could create a PowerShell script to get rid from Windows Server Failover Cluster. The reason is that it has, in some specific cases, the bad habit to failover(…)
Application integration & Middleware Configure a Kerberos Client and Alfresco as a Kerberized application 28.05.2014 by Morgan Patou In the previous blog, I described How to install and manage a Kerberos Server but that’s useless if there are no clients and if no application have been kerberized! That’s why in this blog I will explain in(…)
Database Administration & Monitoring, Oracle Oracle Exadata – poor optimization for FIRST_ROWS 28.05.2014 by Oracle Team By Franck Pachot . In a previous blog, I discussed the difference between rownum and row_number(), in particular their behaviour in implicitely adding a first_rows(n) to the optimizer. That reminded me that I forgot to blog about an(…)