Database Administration & Monitoring Parallel distinct for PostgreSQL 15 24.08.2021 by Daniel Westermann When parallel execution was introduced with PostgreSQL 9.6 it was quite limited and supported only a few operations to run in parallel. Over time more and more operations were enabled to run in parallel. When PostgreSQL 15(…)
Database Administration & Monitoring What are those *_init files for in PostgreSQL? 24.08.2021 by Daniel Westermann Quite some time ago I've written about relation files in PostgreSQL and when they get created. In that post we talked about the files containing the actual data, the free space map (fsm) and the visibility map(…)
Database Administration & Monitoring, Database management, SQL Server, Security How to find the TLS used for the SQL Server connection 24.08.2021 by Stéphane Haby For a customer, I do some research to find which TLS is used on the SQL Server environment. The only way is to create an Extended Event. A big limitation is that the event used is only available on SQL(…)
Database Administration & Monitoring, Database management How to view and change SQL Server Agent properties with T-SQL queries 24.08.2021 by Stéphane Haby Few days ago, after a reboot, we had this warning on the Agent Error Logs on many servers: Warning [396] An idle CPU condition has not been defined – OnIdle job schedules will have no effect(…)
Database Administration & Monitoring, Database management, Oracle Auto Upgrade of non CDB to PDB with autoupgrade.jar in Oracle 21c 23.08.2021 by Oracle Team Since Oracle 21c it is possible to convert the non CDB database into a PDB directly during the upgrade using the Oracle Autoupgrade Tool. This is an important enhancement, because with Oracle 21c the non CDB architecture is desupported,(…)
Oracle Nutanix Era with oracle databases : Part 3 – Provision an oracle database 13.08.2021 by Marc Wagner In the previous blog (Part 2) we have created a VM template for oracle database and we could successfully registered it in Nutanix Era. Now we are going to use it to provision an oracle database named ORATEST on a(…)
Oracle Nutanix Era with oracle databases : Part 2 – Create an oracle database template VM 13.08.2021 by Marc Wagner This is the part 2 of Nutanix Era blogs related to the use with Oracle databases. Before using Nutanix Era with Oracle and be able to provision oracle databases, we need to create a template VM. To do so, we(…)
Oracle Nutanix Era with oracle databases : Part 1 – Introduction 12.08.2021 by Marc Wagner I'm currently setting up a lab for Nutanix Era in order to be able to provide some presentation on this subject and see how Nutanix Era interacts with Oracle databases. I therefore thought it would be certainly helpful and a(…)
Database Administration & Monitoring, Database management, Development & Performance SQL Server: Using Client Statistics to validate a query regression after a change in the database compatibility level 11.08.2021 by Stéphane Haby Few days ago, I have very poor performance on a database that I migrate from SQL 2012 to SQL 2019. The developer Team asks me to upgrade the number of CPU and the Memory to have better performance.
Database Administration & Monitoring, Database management, Operating systems, Oracle ODA: Quickly solve ILOM and BIOS update errors 09.08.2021 by Jérôme Dubar Introduction Patching an Oracle Database Appliance is sometimes quite tough and you often struggle to solve failures at different steps. Regarding ILOM and BIOS patching errors, a simple workaround is possible. Errors when patching ILOM and/or BIOS This is(…)