Database Administration & Monitoring, Database management, Oracle Oracle 21c : Dealing with FastStartFailoverActionOnPreCalloutFailure 14.04.2022 by Oracle Team By Mouhamadou Diaw In a previous blog I talked about the FSFO callout scripts which is a new feature with Oracle 21c with the broker. This feature will allow to execute some tasks before and after a(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL 15: Some new features 12.04.2022 by Open source Team PostgreSQL version 15 is on its way and we get a better and better look, what will be included in the future release. So it's time to have a look at some new future features(…)
Database Administration & Monitoring PostgreSQL 15: More flexibility with setting parameters 12.04.2022 by Daniel Westermann Another nice feature just made it into PostgreSQL 15: You can now control who is allowed to set specific parameters. This gives you a lot more flexibility, especially when you are hosting PostgreSQL instances for your customers. You can delegate(…)
Database Administration & Monitoring, Development & Performance, Operating systems, Oracle Extract all DDL from an Oracle database 11.04.2022 by Jérôme Dubar Introduction Extracting DDL is sometime useful for creating similar objects in another database without data. Basically everything can be extracted from a running Oracle database. The needs My customer asked me to replicate a database without any data. The goal(…)
Database Administration & Monitoring, Database management, Oracle Active Duplicate from standby database 07.04.2022 by Oracle Team By Mouhamadou Diaw Generally we do active duplicate from primary database, but I think it should be fine to see what happen if we do active duplicate a database from a standby database. So, I do some tests and I(…)
Database Administration & Monitoring Upcoming RHEL 9 23.03.2022 by Open source Team This Blog is about a setup of RHEL 9 BETA and changes to RHEL 8 and Fedora 34 which is the base of RHEL 9. Let’s start with the setup. Start the installation. Preview warning:(…)
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(…)
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(…)
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(…)