Ansible, DevOps, Development & Performance Scanning Ansible code with Ansible Lint 27.09.2021 by Joël Cattin Introduction It’s always good to learn something new. But doing it the right way from the very beginning is even better. I recently started to work with Ansible and after creating a few roles, I quickly realized that there(…)
Database Administration & Monitoring PostgreSQL indexes and operators 27.09.2021 by Daniel Westermann Creating a standard B-tree index in PostgreSQL is nothing special and usually we do it without thinking about what happens in the background. For the standard data types like e.g. int or text we do not need to know anything(…)
Database Administration & Monitoring Some basics about time zones in PostgreSQL 23.09.2021 by Daniel Westermann As soon as you have an application which works across time zones you will have to deal with that properly in the database. I've seen many applications that didn't care of that at the beginning, and much work had to(…)
Database Administration & Monitoring Magic Upgrade to 21c with Replay Upgrade Feature 20.09.2021 by Oracle Team Last week I did some upgrade tests from 19c to 21c. The plan was to copy a 19c PDB to a CDB 21c using Online Clone and then upgrade it to 21c. I have done this many times for 19c(…)
Oracle Nutanix Era with oracle databases : Part 4 – Taking a snapshot and running Log Catch Up 15.09.2021 by Marc Wagner Now that we have our ORATEST database provisioned (see Nutanix Era blog part 3), we will be looking how to run snapshot and Log Catch Up and how will this take effects on our oracle database. For more information(…)
Database Administration & Monitoring In which order do triggers fire in PostgreSQL? 15.09.2021 by Daniel Westermann When you are working with triggers it might be important to know in which order they fire. Of course, a "before" triggers fires before an "after" trigger. But what happens if you have two or more triggers for the same(…)
DevOps, Kubernetes Kubernetes : two different OCI runtimes 12.09.2021 by DevOps Quick recap : in the previous episode, we have seen how to move from a Kubernetes cluster powered by Docker into a future-proof Kubernetes cluster, using containerd. Now let’s move on and fully enjoy the power of having(…)
Database Administration & Monitoring How much shared memory is PostgreSQL using? (2) – details 09.09.2021 by Daniel Westermann In the last post in this two post series we've briefly looked at configuring huge pages on Linux for PostgreSQL. It became clear, that calculating the number of huge pages purely based on the setting of(…)
Database Administration & Monitoring How much shared memory is PostgreSQL using? (1) – basics 08.09.2021 by Daniel Westermann Have you ever wondered if the value of shared_buffers is the only setting which controls how much shared memory PostgreSQL is actually using? There was a nice addition committed to PostgreSQL 15 recently, which helps in answering(…)
Database Administration & Monitoring, Oracle After startup database with srvctl, sqlplus as sysdba results in ORA-12547: TNS:lost contact 06.09.2021 by Oracle Team A few days ago a customer called me, that he have a strange issue with a new created database in a oracle restart configuration with 19c. Problem The customer has patches his 19c Databases with the newest RU and(…)