Database Administration & Monitoring, Database management, Oracle How to quickly download the new bunch of 21c Oracle Database documentation? 05.01.2021 by Oracle Team Last month, Oracle released its new 21c version of the database documentation. At that time, I was looking for a quick mean to get all the books of this so-called 21c Innovation Release. I could remember I used a(…)
Application integration & Middleware, Database Administration & Monitoring, Oracle Migrate Oracle Database 9.2.0.6 to Oracle 19c using GoldenGate 30.12.2020 by Oracle Team When a customer wanted to take the challenge to migrate an oracle database 9.2.0.6 (the prehistory in the Oracle world) to Oracle 19c using Oracle GodenGate, I saw more problems than add value for different reasons: Oracle 9.2.0.6 database is(…)
Database Administration & Monitoring Cluster level encryption for PostgreSQL 14 26.12.2020 by Daniel Westermann The discussions how and why TDE (Transparent data encryption) should be implemented in PostgreSQL goes back several years. You can have a look at these two more recent threads to get an idea on how much discussion happened around that(…)
Database Administration & Monitoring Running two Patroni on one host using an existing etcd 23.12.2020 by Open source Team Have you ever asked yourself, how to create a second Patroni PostgreSQL cluster on an existing server using the existing etcd? My first idea was to study the documentation of Patroni, but unfortunately without big(…)
Database Administration & Monitoring, SQL Server Validate your SQL Server infrastructure with dbachecks 14.12.2020 by Steven Naudet Introduction In this blog post, I’ll do an introduction to the PowerShell module dbachecks. dbachecks uses Pester and dbatools to validate your SQL Server infrastructure. With very minimal configuration you can check that(…)
Database Administration & Monitoring, Database management, Oracle, Security Oracle 21c Security : Mandatory Profile 11.12.2020 by Oracle Team By Mouhamadou Diaw With Oracle 21c, it is now possible to enforce a password policy (length, number of digits…) for all pluggable databases or for specific pluggable databases via profiles. This is done by creating a mandatory profile in the(…)
Database Administration & Monitoring Easy failover and switchover with pg_auto_failover 10.12.2020 by Daniel Westermann One the really cool things with PostgreSQL is, that you have plenty of choices when it comes to tooling. For high availability we usually go with Patroni, but there is also pg_auto_failover(…)
Database Administration & Monitoring, Database management, Oracle, Security Oracle 21c Security : Gradual Database Password Rollover 10.12.2020 by Oracle Team By Mouhamadou Diaw Starting with Oracle 21c, a password of an application can be changed without having to schedule a downtime. This can be done by using the new profile parameter PASSWORD_ROLLOVER_TIME This will set a rollover period of(…)
Database Administration & Monitoring, Database management, Oracle, Security Oracle 21c Security : ORA_STIG_PROFILE and ORA_CIS_PROFILE 10.12.2020 by Oracle Team By Mouhamadou Diaw In my previous blog I was testing the creation of a new Oracle 21c database. In this blog I am talking about two changes about the security. In each new(…)
Database Administration & Monitoring, Database management, Oracle Oracle 21c : Create a New Database 09.12.2020 by Oracle Team By Mouhamadou Diaw Oracle 21c is now released on the cloud. And in this blog I am just testing my first database creation . As earlier release dbca is still present. Just launch it 1 [oracle@oraadserver admin]$ dbca(…)