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(…)
Database Administration & Monitoring, NoSQL MongoDB Monitoring using Nagios 30.08.2021 by DevOps The question comes frequently: How can I monitor my MongoDB cluster (ReplicaSet or Sharded) in a production environment? To answer this question we need first to get an overview of all potential monitoring solutions, and then compare them one by(…)
AWS, Ansible, DevOps, Docker, Kubernetes Deploy a Kubernetes cluster using Ansible in AWS 29.08.2021 by DevOps After more than 2 years of experience in Kubernetes cluster administration, I am deeply convinced that one of the most important things to have as an ops guy is a sandbox cluster at your disposal. This can be either a(…)
Database Administration & Monitoring Temporal tables for PostgreSQL 15? 26.08.2021 by Daniel Westermann One of the features which is currently missing in PostgreSQL is Temporal Tables. Other database systems have that since a long time and many people want to have in PostgreSQL as well. If you don't know what it is,(…)