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(…)
Database Administration & Monitoring, Database management, Oracle, Security Oracle TDE part I : Configuring the Encryption 23.02.2023 by Oracle Team By Mouhamadou Diaw Oracle gives us some tools to secure our data in transit and in rest. Oracle Transparent Data Encryption will allow us to encrypt data in rest. Oracle TDE need The Oracle Advanced Security License Oracle TDE(…)
Database Administration & Monitoring, Database management, Oracle The Option -applyRU of runInstaller 18.02.2023 by Oracle Team By Mouhamadou Diaw RU, MRP should be applied to database home as soon as possible. Usually we often nstall the base version and after install the RU on top on the base version For example we want to have(…)
Database Administration & Monitoring, Database management, Oracle Oracle 21c Gradual Password Rollover : Tracking old password usage 17.02.2023 by Oracle Team By Mouhamadou Diaw In a previous blog, I talked about the new feature in Oracle 21c, which allows an old and new password to be valid during a period of time. This feature, Gradual Database(…)
Database Administration & Monitoring, Database management, PostgreSQL TimescaleDB 15.02.2023 by Joël Cattin Introduction TimescaleDB is a “time-series” database (TSDB). This kind of databases are optimized for storing, manipulating and querying time-series data. But… what is time-series data ?Time-series data is a collection of metrics (regular) or measurements (irregular)(…)
Database Administration & Monitoring, Database management, Oracle Migrating Non-CDB to Multitenant 14.02.2023 by Oracle Team By Mouhamadou Diaw Dealing these last days to database migration with a customer, I write this blog to describe the main tasks The context is to migrate databases to a new infrastructure. Below the configuration Source : Linux Suse(…)
Database Administration & Monitoring, Database management PostgreSQL 16: More I/O statistics 14.02.2023 by Daniel Westermann PostgreSQL is already tracking various kinds of statistics which can help in identifying bottlenecks. Some of these statistics are available in the the pg_statio_* catalog views: postgres=# select viewname from pg_views where viewname like '%statio%'; viewname -------------------------- pg_statio_all_sequences pg_statio_all_tables pg_statio_sys_tables(…)
Database management, OMrun New features in OMrun 5.0 09.02.2023 by Lucas Mancini We are excited to announce several new features that will be coming with OMrun soon. These features have been developed with the feedback of our customers in mind. In addition we also made a lot of small improvements. Many of(…)
Database Administration & Monitoring, Database management, Oracle Upgrade OEM 13c from R4 to R5 24.01.2023 by Oracle Team By Mouhamadou Diaw Upgrading Enterprise Manger Cloud Control can be tricky. In this blog I am describing an upgrade I did for a client. The source version is OEM13c R4 And the target version will be EM13c R5 Before(…)