Database Administration & Monitoring, Database management pgDay Paris 2023 24.03.2023 by Daniel Westermann Another great PostgreSQL community conference is over, and I came back with a lot of impressions yesterday. It was probably the worst time of the year for the conference to happen, as massive strikes are ongoing in France currently. Nothing(…)
Database management, PostgreSQL Microsoft Flexible Server Compute V5 17.03.2023 by Open source Team Today I had the chance to move forwar with performance testing and some checks on two Flexible Server – Azure Database for PostgreSQL, one with 8vCPU, 64GB RAM and 512GB Storage (2300 IOPs) and another one with the same vCPU(…)
Database management, SQL Server Lost access to SQL Server. Now what ? 15.03.2023 by Microsoft Team In this blog we will explain what to do to regain the access to your SQL Server instance. Here is our scenario : – You have by accident removed all logins in SQL Server instance – Your sa account by(…)
AWS, Cloud, Database management, Oracle Oracle Database Backup Cloud Service 14.03.2023 by Oracle Team In a previous blog I demonstrated how to migrate an Oracle database from AWS to Oracle OCI using Data Guard. But what if you want to migrate to the Oracle Cloud, but don’t have a direct connection between the(…)
Database Administration & Monitoring, Database management, Oracle, Security Unplug/Plug PDB in TDE Environment 14.03.2023 by Oracle Team By Mouhamadou Diaw In an oracle environment with Transparent Data Encryption (TDE) the transfer of PDB may require additional steps. In this blog we will see some steps which may be required when doing Unplug and Plug of pluggable(…)
Database management, PostgreSQL Flexible Server for PostgreSQL, Status March 2023 02.03.2023 by Open source Team As many know about a year ago I wrote some critical posts about Microsofts Flexible Server for PostgreSQL, now it is time to take a look again. At first, many promised functions where delivered with a latency of about one(…)
Database Administration & Monitoring, Database management Starting PostgreSQL logical replication for some tables based on a dump 02.03.2023 by Daniel Westermann Recently at a customer we faced a somehow strange issue: We’ve setup logical replication from a public cloud managed PostgreSQL service to a PostgreSQL instance on a VM hosted by the same public cloud provider. For most of the tables(…)
Database Administration & Monitoring, Database management, DevOps, Development & Performance, Oracle SHELL SCRIPTING: improve DBA scripts readability using J2 templates 27.02.2023 by Oracle Team Quering database's by using SQL in shell scripts can make the whole script unreadable. Very oftent the query is unredable too, due to the variable usage. This situation make the script debugging a pain. Templating simplify the script by taking(…)
Database Administration & Monitoring, Database management More compression options for pg_dump in PostgreSQL 16 24.02.2023 by Daniel Westermann The last releases of PostgreSQL already introduced new options for compression, see here and here. PostgreSQL 16 will build on top of that and will come with LZ4(…)
Database Administration & Monitoring, Database management, Oracle, Security Oracle TDE part II : Encrypting Data 23.02.2023 by Oracle Team By Mouhamadou Diaw In the first part of this blog, we activate TDE in the database, in this part we will see how we can encrypt data. I am using Oracle 19c for the tests As specified before TDE(…)