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(…)
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(…)
Database Administration & Monitoring Be careful when putting the Oracle ADR on xfs, or better 4K sector format drives 21.09.2017 by Daniel Westermann Today, after we did a fresh setup of a Grid Infrastructure cluster (12.1.0.2.170814) we faced two issues reported in the alert.log of the ASM instances (in fact you would see the same for the alert logs of any instance in(…)
Database Administration & Monitoring, Oracle Bequeath connect to PDB: set container in logon trigger? 23.08.2017 by Oracle Team By Franck Pachot . There are little changes when you go to multitenant architecture and one of them is that you must connect with a service name. You cannot connect directly to a PDB with a beaqueath (aka local) connection.
Database Administration & Monitoring Get trace file from server to client 20.08.2017 by Oracle Team By Franck Pachot . The old way to get a user dump trace file, for sql_trace (10046), Optimizer compilation trace (10053), lock trace (10704), Optimizer execution trace (10507),... is to go to the server trace directory. But if you don't(…)
Database Administration & Monitoring Replicating specific tables in PostgreSQL 10 Beta with mimeo 15.08.2017 by Oracle Team By Mouhamadou Diaw In this blog I am going to test the extension mimeo with PostgreSQL 10 beta. Mimeo is a replication extension for copying specific tables in one of several specialized ways from any number of source databases to(…)
Database Administration & Monitoring OUD 11.1.2.3 – How to recover a lost entry in a replicated OUD environment 10.08.2017 by Oracle Team By William Sescu . By accident, it could happen that someone dropped an OUD entry in your replicated environment and of course, the entry is deleted on all replicas as well. And besides that, you got no logical ldif(…)
Database Administration & Monitoring, SQL Server SQL Server on Linux: Introduction to DBFS experimental tool 09.08.2017 by Microsoft Team A couple of months ago, Microsoft announced two additional command line tools for SQL Server that are mssql-scripter and DBFS. The latter has drawn my attention because it exposes live data from SQL Server DMVs as(…)
Database Administration & Monitoring MariaDB – How to migrate quickly MySQL to MariaDB over different hosts with mydumper/myloader and ncat 09.08.2017 by DevOps A lot of possibilities exist to migrate MySQL to MariaDB. In this blog I would like to show a scenario where I migrate MySQL 5.7.19 with a lot of databases to MariaDB 10.2.7, which is on a different host. The(…)