Database Administration & Monitoring PostgreSQL 11: Procedures and transaction control 20.03.2018 by Daniel Westermann Up to PostgreSQL 10 it was not possible to create procedures in PostgreSQL. Of course you can create functions which do not return anything but the possibility to create a procedure was not there. That will probably change in PostgreSQL(…)
Ansible, DevOps redhat event Ansible Automates Zurich 20.03.2018 by DevOps Here are some fresh personal impressions from the “Ansible Automates Zurich” half day event organized by redhat. There was a overwhelming interest for this event. About 200 people filled the room and there were many more on the waiting(…)
Database Administration & Monitoring, Development & Performance, SQL Server, Technology Survey SQL Server 2017: Can I run a “standard” rebuild on the index after a Resumable Online Index Rebuild is suspended? 20.03.2018 by Stéphane Haby This article is an additional article to my precedent about “SQL Server 2017: What’s happens with an interruption during a Resumable Online Index Rebuild?”(…)
Database Administration & Monitoring, Development & Performance, SQL Server, Technology Survey SQL Server 2017: What’s happens with an interruption during a Resumable Online Index Rebuild? 20.03.2018 by Stéphane Haby Last week, I presented this option in our internal event, the dbi xChange. My colleague David Barbarin asked me this question, what’s append if an interruption occurs (reboot, SQL Server service stopped,…) during a Resumable(…)
Database Administration & Monitoring Finally you will be able to use exit and quit in psql 20.03.2018 by Daniel Westermann When giving the PostgreSQL DBA Essentials workshop one of the main issues people have is how they can exit psql. Even on stackoverflow this is a popular topic. The good news(…)
Oracle Result cache invalidation caused by DML locks 18.03.2018 by Oracle Team By Franck Pachot . In a previous post about Result Cache, I was using 'set autotrace on' in my session to see when the result cache hit saves the logical reads. I got a comment, by(…)
Database Administration & Monitoring Automatic Block Media Recovery in a DataGuard 17.03.2018 by Oracle Team By Mouhamadou Diaw With Oracle 12.2, in a Data Guard environment corrupted data blocks can be automatically replaced with uncorrupted copies of those blocks. There are just some requirements: • The physical standby database must be operating in(…)
Database Administration & Monitoring, Database management, Development & Performance, Oracle Connect-times to the DB suddenly become very slow using sqlcl 12.03.2018 by Clemens Bleile I recently wrote a couple of sql-scripts which had to run on all of my customer’s DBs. The sql-scripts had to be started from a Linux-client, which does not have any Oracle client software installed. So I thought of using(…)
Oracle 18c PDB switchover 11.03.2018 by Oracle Team By Franck Pachot . In multitenant, the recovery and availability are at CDB level. But customers asked for a switchover at PDB level so Oracle has done that in 18c, based on refreshable PDBs. For this test I have two(…)
Oracle Enabled, Accepted, Fixed SQL Plan Baselines 09.03.2018 by Oracle Team By Franck Pachot . When the documentation is not always clear, I prefer to build a test case to be sure about the behavior in different context and different versions. Here is a test on SQL Plan Management to show(…)