Database Administration & Monitoring, Database management, Hardware & Storage, Oracle How to patch your ODA lite to 18.3.0.0.0 08.03.2019 by Jérôme Dubar Even you don’t need 18c, or you’re not ready for this release, this patch will also update your 11gR2, 12cR1 and 12cR2 databases to the latest PSU available on ODA, it means for example the patchset from last July if(…)
Database Administration & Monitoring How to extract sql statements with awk 06.03.2019 by Oracle Team A common problem is to extract sql statements out of a sql file e.g. produced by full metadata impdp. Often these files are too big to be edited with vi. Following statement extracts all sql statements with “CREATE MATERIALIZED(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL 12: New option –exclude-database for pg_dumpall 02.03.2019 by Oracle Team By Mouhamadou Diaw Up to PostgreSQL 11 pg_dump all was used to dump all PostgreSQL databases of a cluster into one script file. The script file then contains SQL commands that can be used as input to psql to restore(…)
Database Administration & Monitoring How to disable ACLs in Oracle 12c 27.02.2019 by Oracle Team A common problem in Oracle 12c is, that ACLs are often not wanted to limit connections from database to other hosts. To disable ACLs is not that easy, so the best way is to enable connections and resolutions to all(…)
Database Administration & Monitoring, MySQL, Security MySQL 8 and Security – Encryption of binary logs 22.02.2019 by Elisa Usai As I discussed in some of my recent talks at conferences (at the DOAG for example), MySQL 8 came out with new features which bring lots of improvements in terms of security.
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(…)