Application integration & Middleware, Database Administration & Monitoring, Database management, Oracle ORA-44001 when setting up GoldenGate privileges on a CDB 13.11.2025 by Julien Delattre I was recently setting up GoldenGate for a client when I was struck by a ORA-44001 error. I definitely wasn’t the first one to come across this while playing with grants on GoldenGate users, but nowhere could I find the(…)
Enterprise content management Alfresco – Solr search result inconsistencies 12.11.2025 by Guillaume Meunier We recently encountered an error at a customer’s site. Their Alfresco environment was behaving strangely.Sometimes the search results worked, and sometimes they did not get the expected results. The context The environment is composed of 2 Alfresco7 nodes in cluster(…)
Database Administration & Monitoring, Database management PostgreSQL 19: Logical replication of sequences 12.11.2025 by Daniel Westermann Logical replication in PostgreSQL got a lot of features and performance improvements over the last releases. It was introduced in PostgreSQL 10 back in 2017, and PostgreSQL 9.6 (in 2016) introduced logical decoding which is the basis for logical replication.
Database Administration & Monitoring, Database management PostgreSQL 19: The “WAIT FOR” command 11.11.2025 by Daniel Westermann When you go for replication and you don’t use synchronous replication there is always a window when data written on the primary is not yet available in the replica. This is known as “replication lag” and can be monitored using(…)
Database Administration & Monitoring, Database management, NoSQL, Security Setting up TLS encryption and authentication in MongoDB 10.11.2025 by Julien Delattre When securing a MongoDB deployment, protecting sensitive data is paramount. MongoDB supports encryption throughout the lifecycle of the data, with three primary types of data encryption : Encryption in transit Encryption at rest Encryption in use Among these, encryption in(…)
Application integration & Middleware, Database Administration & Monitoring, Database management, Oracle Securing an Existing Unsecure GoldenGate Installation 07.11.2025 by Julien Delattre You might have an existing unsecure GoldenGate installation that you would like to secure, whether it’s for security reasons or because you would like to dissociate the installation and its securing process. After searching everywhere in the Oracle documentation for(…)
Application integration & Middleware, Database Administration & Monitoring, Oracle GoldenGate 23ai Installation: Graphic and Silent Mode Comparison for Automation 03.11.2025 by Julien Delattre Automating Oracle installations can sometimes be daunting, given the long list of parameters available. We’ll compare both graphic and silent installations of GoldenGate 23ai, focusing on building minimalist response files for automation purposes. Table of contentsPrerequisites for GoldenGate(…)
Enterprise content management Dctm – Configure the memory of an IDS Target on Windows 31.10.2025 by Morgan Patou The Documentum Interactive Delivery Services (IDS) doesn’t seem to be very popular, at least in my experience, as I haven’t seen that one used in a lot of situations. However, when I did, I always had to increase the IDS(…)
Enterprise content management The M-Files Microsoft Teams Integration 30.10.2025 by Andreas Trefzer This blog focuses on the integration of M-Files with Microsoft Teams. Please find below a brief overview of the installation and configuration requirements. The primary focus will be on the benefits it(…)
Oracle True Cache on Oracle AI Database 26ai: Quickstart 30.10.2025 by Abdessamed El Ahmar Introduction Oracle Database True Cache is an in-memory, read-only cache designed to reduce latency and offload read activity from the primary database. It’s comparable to an Active Data Guard standby instance, but it runs mostly in memory.