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(…)
Application integration & Middleware Tempdb enhancements with SQL Server 2014 25.05.2014 by Microsoft Team SQL Server 2014 is definitively designed for performance and I will try to demonstrate it during this blog post. I like to talk about hidden performance features because generally it does not require any changes for applications unlike in-memory(…)
Database management, Oracle Oracle 12c extended datatypes better than CLOB? 23.05.2014 by Oracle Team By Franck Pachot . 12c has introduced character strings that can can go above 4000 bytes. In the previous versions, in PL/SQL only we were allowed to have VARCHAR2 up to 32k. In SQL the VARCHAR2 datatype was limited(…)
Database management Check SQL Server Error Log size with a policy 23.05.2014 by Stéphane Haby In many blogs or articles, we can read that it is recommended to recycle the error log to be sure that the size is not too big In the Best Practice Analyzer (BPA) for SQL Server, this(…)
Application integration & Middleware SQL Server 2014 : New incremental statistics 21.05.2014 by Microsoft Team Do you use partitioning with SQL Server? If yes this post is for you because there are good news about partitioning with SQL Server 2014. I remember an old job with a healthcare customer who we decided to implement(…)