Database Administration & Monitoring PostgreSQL client only installations from source code 21.03.2022 by Daniel Westermann During our PostgreSQL DBA Essentials workshops we install PostgreSQL from source code. We do that, to provide the participants all the options they have. There is nothing wrong with using a packaged distribution of PostgreSQL, don't get(…)
Oracle ODA : Appliance creation failing in version 19.14 due to missing known_hosts file 14.03.2022 by Marc Wagner I have recently deployed a new ODA with last version 19.14 at customer side, and we could face an interesting failure deploying the appliance, which I would like to share with you.
Database Administration & Monitoring, Database management, SQL Server How to solve Stored Procedure parameter sniffing problems 11.03.2022 by Stéphane Savorgnano Since Tuesday, I have the chance to follow the SQLBits 2022 conference. Sadly, I have to do it remotely this year but I promise next time I will come in-person 😉 SQLBits is one of the largest(…)
SQL Server SQLBits 2022 – Levelling up my Performance Tuning skills 10.03.2022 by Steven Naudet As a consultant at dbi services, I am lucky enough to have time dedicated to training and conferences. This week I have the chance to attend one of the most important conferences for Data professionals: SQLBits 2022.
Application integration & Middleware, Enterprise content management Documentum – r_server_version reset to P00 instead of correct patch version 05.03.2022 by Morgan Patou A few weeks ago, an issue was identified at a customer which would cause the value of “dm_server_config.r_server_version” to be reset to the GA version number (16.4 P00) instead of the currently deployed patch (which is 16.4 P26) and that(…)
Database Administration & Monitoring, Database management, Oracle Oracle 21c Broker : Fast-Start Failover Callout Scripts in Action 04.03.2022 by Oracle Team By Mouhamadou Diaw With Oracle 21c (In fact Oracle 20c), we have a nice new feature with the broker which is the Fast-start Failover Callout Configuration scripts. I talked about this feature in some presentations I did about the(…)
Database Administration & Monitoring, Operating systems, PostgreSQL How to setup a Consul Cluster on RHEL 8, Rocky Linux 8, AlmaLinux 8 part 1 04.03.2022 by Open source Team This blog describes the setup of a Consul Cluster on RHEL 8 and clones, it will be the base for a Patroni HA setup using RPM Packages from postgresql.org. Many Patroni setups are using ETCD, but ETCD is not(…)
Database Administration & Monitoring, Database management, Oracle Patch 19.14 is out for ODA: new features and how to apply 01.03.2022 by Jérôme Dubar Introduction Patch 19.14 is now available on Oracle Database Appliance. It’s time to test it. What’s new? This version brings January’s PSU to database and grid homes with their bug fixes, as usual. It also brings latest 21.5 but only(…)
Database Administration & Monitoring, Database management, Oracle ODA 19.13: odacli update-dbhome raises DCS-10001 and PRGH-1153 28.02.2022 by Jérôme Dubar Introduction While patching ODAs from 19.10 to 19.13, the update-dbhome could fail if some databases inside this dbhome are stopped or only mounted. Job would then stop with a DCS-10001:Internal error encountered: PRGH-1153 : RHPHelper call to get runing nodes(…)
Enterprise content management DctmAPI.awk revisited (part I) 25.02.2022 by Oracle Team In the 2-part blog article Adding a Documentum Extension to gawk, I showed how to extend the gawk scripting language in order to implement the Documentum dmAPI(…)