Database Administration & Monitoring, Database management, Oracle A day of conferences with the Swiss Oracle User Group 17.11.2019 by Jérôme Dubar Introduction I’m not that excited with all these events arround Oracle technologies (and beyond) but it’s always a good place to learn new things, and maybe the most important, discover new ways of thinking. And regarding this point, I was(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL 12 : Setting Up Streaming Replication 16.11.2019 by Oracle Team By Mouhamadou Diaw PostgreSQL 12 was released a few month ago. When actually setting up a replication, there is no longer recovery.conf file in the PGDATA. Indeed all parameters of the recovery.conf should be now in the postgresql.conf file. And(…)
Database Administration & Monitoring, Oracle Elapsed time of Oracle Parallel Executions are not shown correctly in AWR 15.11.2019 by Clemens Bleile As the elapsed time (time it takes for a task from start to end, often called wall-clock time) per execution of parallel queries are not shown correctly in AWR-reports, I thought I setup a testcase to find a way to(…)
Database Administration & Monitoring Dealing with corrupted system indexes in PostgreSQL 14.11.2019 by Daniel Westermann This is something you do not want to see on an important PostgreSQL system: postgres@centos8pg:/home/postgres/ [pgdev] psql psql: error: could not connect to server: FATAL: index "pg_class_oid_index" contains unexpected zero page at block 0 HINT: Please REINDEX it. The hint(…)
Big Data, Cloud, Database Administration & Monitoring, Database management, MariaDB Some words about SOUG Day in Lausanne 14.11.2019 by Elisa Usai Today I participate to SOUG Day which takes place in Lausanne at the "Centre Pluriculturel et social d’Ouchy".
Database Administration & Monitoring Can there be orphaned data files in PostgreSQL? 14.11.2019 by Daniel Westermann PostgreSQL, as all other relational database systems, needs to persist data on disk, either by writing the writing the write ahead log or by synchronization the data files on disk whenever there is a checkpoint. When(…)
Database Administration & Monitoring PostgreSQL 13 will allow to drop databases even when there are connections 13.11.2019 by Daniel Westermann One of the most popular blogs I've written about PostgreSQL was about the three databases that PostgreSQL creates by default (well, actually it is initdb that creates the databases). One of the(…)
Database Administration & Monitoring Galera Cluster 4 with MariaDB 10.4.8: part 2 12.11.2019 by Open source Team My previous blog was about the MariaDB Galera cluster new features (version 10.4). Now I will only focus on the streaming replication and give you an overview of all the tests I performed. How(…)
Operating systems Install CentOS 8 on VirtualBox 12.11.2019 by Elisa Usai Last days, I needed to test our DMK tool for the new MySQL and MariaDB releases on the most recent version of CentOS. Here you can find all important steps to configure(…)
Cloud, Database Administration & Monitoring A simple Terraform script to create an AWS EC2 playground 11.11.2019 by Daniel Westermann When I started to write the blog about AWS SSM I quickly realized that I need a way to bring up and destroy my AWS EC2 playground in an easy and reproducible way. There are several(…)