Database Administration & Monitoring Working with files on the filesystem in PostgreSQL 22.02.2019 by Daniel Westermann PostgreSQL comes with various helper functions that support you with working with files on the filesystem on the host PostgreSQL is running on. You might ask yourself why that is important but there are use cases for that. Maybe you(…)
Database Administration & Monitoring, Database management, Oracle Create a primary database using the backup of a standby database on 12cR2 21.02.2019 by Oracle Team The scope of this blog will be to show how to create a primary role database based on a backup of a standby database on 12cR2. Step1: We are assuming that an auxiliary instance has been created and started in(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL : barman rsync method vs streaming method 16.02.2019 by Oracle Team By Mouhamadou Diaw Barman is a tool to perform backup and recovery for PostgreSQL databases. It can do backup using two methods: -rsync/ssh -streaming In this blog I am going to explain how to use these two(…)
Database Administration & Monitoring, Database management, Oracle New search function for Oracle database features 15.02.2019 by Oracle Team Oracle released a new way to search for database features, and it is ...
Database Administration & Monitoring OBUG 2019 – First event from Oracle Users Group in Belgium! 09.02.2019 by Jérôme Dubar Introduction It’s the first edition of the Techdays, the Oracle community event in Belgium. This event happened in Antwerp these past 2 days, and a lot of speakers came from around the world to talk about their experience on focused(…)
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(…)