Database Administration & Monitoring, PostgreSQL EDB Failover Manager 3.3 With Virtual Ip Address 24.12.2018 by Oracle Team By Mouhamadou Diaw In a previous blog , I talked about installing and configuring Edb Failover Manager with PostgreSQL. The configuration of a Virtual Ip Address was not discussed in this previous article.In this blog(…)
Database Administration & Monitoring, Oracle ODA : Free up space on local filesystems 21.12.2018 by Jérôme Dubar Introduction When you work on ODA you sometimes get struggled with local filesystem free space. ODA has terabytes of space on data disks, but local disks are still limited to a raid-1 array of 2x 480GB disks. And only few(…)
Database Administration & Monitoring, PostgreSQL PAM Authentication With PostgreSQL 21.12.2018 by Oracle Team By Mouhamadou Diaw PostgreSQl supports many authentication methods. The PAM authentication method operates similarly to password except that it uses PAM (Pluggable Authentication Modules) as the authentication mechanism. The user must exist in the database before PAM can be used(…)
Database Administration & Monitoring, DevOps, Docker, Kubernetes Deploying SQL Server on K8s with Helm charts 18.12.2018 by Microsoft Team During the last DockerCon EU in Barcelona, I heard a lot about Helm with K8s architectures. It was also a good opportunity to write about it after attending to this conference. In a nutshell, Helm(…)
Database Administration & Monitoring Transparent Data Encryption – Certificate in master database: is it really a good practice? 11.12.2018 by Nathan Courtine As encryption solution in SQL Server, Transparent Data Encryption (TDE) is simple and quick to set up. That's why this is a common encryption mechanism. TDE encrypts data with a certificate at the page level, before SQL Server writes on(…)
Database Administration & Monitoring Foglight 10.12.2018 by Oracle Team As many Oracle Database Administrators, I am a regular user of Oracle Enterprise Manager in order to monitor or administer my client’s databases. I am lucky because most of them have the diagnostic pack and the tuning pack :=). But(…)
Database Administration & Monitoring PostgreSQL : Get my database server name 07.12.2018 by Oracle Team By Mouhamadou Diaw I was looking for a build-in function to get the hostname of the server hosting my PostgreSQL cluster. But seems that there is no build-in function. Looking in the extensions, I find the extension hostname which(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL 12 : New option –socketdir for pg_upgrade 07.12.2018 by Oracle Team By Mouhamadou Diaw PostgreSQL 12 is under development but tests can be done. Steps to install this version can be found in this dbi blog . Many thanks to Daniel. While reading the documentation I(…)
Database Administration & Monitoring, Database management, Oracle OEM Cloud Control 13c – Agent Gold Image 05.12.2018 by Joël Cattin Introduction I am currently setting up a new “Base Image” virtual machine (Red Hat Enterprise Linux 7.6) which will be used to create 6 brand new Oracle database servers requested by a customer. Besides installing and configuring the OS, I(…)
Database Administration & Monitoring, Oracle odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError 04.12.2018 by Thomas Rein Today I was onsite at my customer and he told me: I can no longer create databases on my ODA X7-2HA, every time I try to use odacli create-database it fails, please help. Ok, let’s check what happens, the customer(…)