Database Administration & Monitoring SQL Server 2017 on RHEL first installation 02.10.2017 by Stéphane Savorgnano Beginning of last week Microsoft announced the general availability of SQL Server 2017 for today, the second of October. In the same time, but in a more marketing side, Microsoft announced a SQL Server on Red Hat Enterprise(…)
Database Administration & Monitoring, Database management SQL Server 2016: New Dynamic Management Views (DMVs) 29.09.2017 by Stéphane Haby In SQL Server 2016, you will discover a lot of new Dynamic Management Views(DMVs). In this article, I will just give you a little overview of these useful views for us as DBA. SQL Server 2012 has 145 DMVs(…)
Oracle “_suppress_identifiers_on_dupkey” – the SAP workaround for bad design 29.09.2017 by Oracle Team By Franck Pachot . In SQL, 'upsert' is a conditional insert or update: if the row is there, you update it, but if it is not there, you insert it. In Oracle, you should use a MERGE statement for that.
Cloud, Oracle Oracle Big Data Cloud Service – Compute Edition 29.09.2017 by DevOps In this blog post, we will see how to create a Big Data cluster through the Oracle Cloud Services. If you want more details about the Oracle Big Data cloud services offering, you can refer to my previous blog(…)
Big Data, Oracle Introduction to Oracle Big Data Services 29.09.2017 by DevOps Since few years, Oracle decided to move forward in the Big Data area, as their main competitor. The goal of this blog post is to explain you, how the Oracle Big Data offering is composed. As the Oracle Big Data(…)
Database Administration & Monitoring Announcing the dbi OpenDB Appliance 28.09.2017 by Daniel Westermann As already announced on Twitter and LinkedIn here is the blog post to describe our OpenDB appliance in more detail. I am sure you wonder what this is about so let me explain why we are(…)
Database Administration & Monitoring Searching wikipedia from the command line 28.09.2017 by Daniel Westermann Wouldn't it be nice if you could search wikipedia from the command line? I often need to quickly look up a definition or want to know more about a specific topic when I am working on the command(…)
Oracle When deterministic function is not 26.09.2017 by Oracle Team By Franck Pachot . When you declare a function-based index, the function is deterministic, which means that calling it with same arguments will always return the same result. This is required because the indexed values, which are the result of(…)
Application integration & Middleware, Oracle Using WebLogic 12C RESTful management for monitoring WebLogic Domains 26.09.2017 by Middleware Team WebLogic 12.2.1 provides a new RESTful management interface with full accesses to all WebLogic Server resources. This interface offers an alternative to the WLST scripting or JMX developments for the management and the monitoring of WebLogic Domains. The following of(…)
Oracle Am I a DBA 3.0 or just an SQL*DBA? 24.09.2017 by Oracle Team By Franck Pachot . There are currently a lot of new buzz words and re-namings which suggest that our DBA role is changing, most of them escorted with a #cloud hashtag. Oracle Technology Network is now called Oracle Developer Community.