Operating systems, PostgreSQL, Technology Survey PostgreSQL on 80 core ARM Server 25.07.2022 by Open source Team This Blog is about intallation and testing PostgreSQL 14 latest on an ARM based 80 core Server using Rocky Linux 8.6. Many thanks to Happyware for providing the machine used for this Blog. https://happyware.com/ The machine used for this(…)
Oracle ODA: How to use Data Preserving Reprovisioning? 22.07.2022 by Jérôme Dubar Introduction Oracle Database Appliance has a global patch available each quarter, so all the components can be patched together on a regular basis. Most of the time, applying the patch on your ODA will be OK, but sometimes you will(…)
Operating systems Setup a Rocky Linux Repository server 18.07.2022 by Open source Team This Blog is about a setup of a Rocky Linux Repository server. Many people whould complain that it will be the same than RHEL 8, but is is not, there are some differencies between AlmaLinux, Rocky Linux, Oracle Linux(…)
Operating systems Setup a AlmaLinux 8 Repository Server 18.07.2022 by Open source Team This Blog is about to setup a AlmaLinux 8 Repository Server including EPEL and RPMFusion. Many people whould complain that it will be the same than RHEL 8, but is is not, there are some differencies between AlmaLinux, Rocky Linux,(…)
Operating systems Setup a RHEL 8 Repository Server 18.07.2022 by Oracle Team This Blog is about a own Repository server for RHEL 8, Blogs for Repository Server for AlmaLinux, Oracle Linux, Rocky Linux, OpenSuse LEAP, SLES 15 and Debian 11 will follow. The base is a minimal installation.I have added EPEL and(…)
Application integration & Middleware, Enterprise content management Documentum – Encrypt BOF passwords with a minimal jar file 17.07.2022 by Morgan Patou Nowadays, with DevOps and containers approaches, you will often see components or software that try to go on a diet, to reduce the size needed to deploy them and therefore the images/containers associated to it. I was recently asked to(…)
Application integration & Middleware, Enterprise content management Documentum – xPlore not able to deploy “dsearch.war” 15.07.2022 by Morgan Patou Recently at a customer, I faced a new issue I didn’t see before on the xPlore Dsearch component. Basically, the processes appeared to be starting and the “dsearchadmin.war” was deployed properly but it always failed for the “dsearch.war” upon startup(…)
Enterprise content management, Oracle db-crawler, a database search utility for Documentum 15.07.2022 by Middleware Team Working with Documentum is often a frustrating experience, and one of the main causes is the lack of meaningful error messages. Be it an encouragment to the administrator or developer to refer to the official knowledge base or a gap(…)
Business Intelligence, Database Administration & Monitoring, Security Power BI – Active Directory data integration 15.07.2022 by Christophe Cosme Introduction This documentation explains how to integrate Active Directory data in a Power BI report. It explains also how to link this data with another data source. To illustrate the method, we will integrate Active Directory Computer data and link(…)
Database Administration & Monitoring In which schema do temporary tables go in PostgreSQL? 12.07.2022 by Daniel Westermann As you might know, you can create temporary tables, views and sequences in PostgreSQL. Temporary means, that the temporary table, view or sequence will be dropped when you either end your session or you transaction. When the drop will happen(…)