Database Administration & Monitoring What are custom and generic plans in PostgreSQL? 05.02.2019 by Daniel Westermann I have already written a post about prepared statements in PostgreSQL some time ago. What I did not mention in that post is the concept of generic and custom plans. So lets have a look at(…)
Database Administration & Monitoring, Oracle Italian Oracle User Group Tech Days 2019 30.01.2019 by Elisa Usai The Italian Oracle User Group (ITOUG) is an independent group of Oracle enthusiasts and experts which work together as volunteers to promote technical knowledge sharing in Italy.
Database Administration & Monitoring, Database management, Development & Performance, Oracle Recover a corrupted datafile in your DataGuard environment 11G/12C. 30.01.2019 by Oracle Team On a DG environment, a datafile needs to be recovered on the STANDBY site, in two situations : when is deleted or corrupted. Below, I will explain how to recover a corrupted datafile, in order to be able to(…)
Database Administration & Monitoring, Database management, Oracle Restart a failed transportable tablespace import during a cross platform incremental backup migration 30.01.2019 by Clemens Bleile I’m currently working in a project to migrate a 11g-Datawarehouse-database from Solaris to Linux Intel (Endian-change). We do use the cross platform incremental backups method as described in My Oracle Support Note 1389592.1 for that. I.e. incremental backups are(…)
Database Administration & Monitoring PostgreSQL 12: Detach postmaster process from pg_ctl’s session at server startup 30.01.2019 by Daniel Westermann Recently a commit landed in the PostgreSQL development tree that made me aware of something I did not know so far: When you start PostgreSQL with a script using pg_ctl and that(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL: When wal_level to logical 27.01.2019 by Oracle Team By Mouhamadou Diaw wal_level determines the quantity of information written to the WAL. With PostgreSQL 11 the parameter wal_level can have 3 values: -minimal : only information needed to recover from a crash or an immediate shutdown -replica(…)
Database Administration & Monitoring Looping sssd_nss 24.01.2019 by Oracle Team Often Linux systems are connected to LDAP via sssd. A high CPU consuming sssd can be seen in top, like below ( e.g. 89.4 % CPU usage): 9020 root 20 0 1296344 466780 333364 R 89.4 0.8 41:20.17(…)
Application integration & Middleware, Database Administration & Monitoring Red Hat Forum Switzerland 2019 23.01.2019 by Daniel Westermann Today (actually right now) we are a proud sponsor of the Red Hat Forum Switzerland 2019 in Geneva. With around 300 people attending this is quite a huge event and we had a lot of interesting(…)
Database Administration & Monitoring, DevOps, Docker, Kubernetes, SQL Server Deploying SQL Server 2019 AGs on K8s with helm charts 17.01.2019 by Microsoft Team This write-up follows my first article about helm chart with SQL Server. This time, I would like to cover the availability groups topic and how to deploy them with helm charts. In fact, to go(…)
Business Intelligence, Database Administration & Monitoring, Database management, SQL Server Copy or Migrate a SSISDB environment 11.01.2019 by Christophe Cosme Integration catalog is easy to work with and the environments feature is as well very convenient. In SQL Server management Studio, there are a lot of features available to administrate(…)