Control-M Control-M/EM : libnsl.so.1: cannot open shared object file: No such file or directory 12.04.2021 by Middleware Team Hi team, When installing a brand new control-M server on your machine,you may encounter issues related to Control-M installation prerequisite. That was my case on my Virtual machine,we will see how to fix it quickly. System configuration:(…)
Kubernetes, PostgreSQL K8s on Windows/VirtualBox 12.04.2021 by Open source Team By Franck Pachot . This is a little demo, easy to copy-paste, if you want to play with Kubernetes on your laptop. And, not a simple “Hello World” but a real database running here, able to scale up and(…)
Database Administration & Monitoring temBoard on SLES15 – 1 – The WebUI 01.04.2021 by Daniel Westermann During our last SwissPUG online meeting there was a presentation about monitoring PostgreSQL with temBoard. A question that came up afterwards was: How to install that on SLES 15 as there(…)
Cloud, PostgreSQL Should CPU-intensive logic be done in the DB or in application server? 25.03.2021 by Open source Team By Franck Pachot . Should CPU-intensive logic be done in the DB or in application server? Here was a answer found in Reddit: Comment byu/CacheMeUp from discussion inPostgreSQL Reducing the(…)
MySQL, Oracle, PostgreSQL Foreign Keys in MySQL, SQL, NoSQL, NewSQL 18.03.2021 by Oracle Team By Franck Pachot . In the NoSQL times, it was common to hear thinks like “SQL is bad”, “joins are bad”, “foreign keys are bad”. Just because people didn’t know how to use them, or they were running on(…)
Cloud, PostgreSQL Google Cloud SQL Insights: ASH, plans and statement tagging 31.01.2021 by Open source Team By Franck Pachot . Looking at database performance has always been necessary to optimize the response time or throughput, but when it comes to public cloud where you are charged by resource usage, performance tuning is critical for cost(…)
Cloud Google Spanner – SQL compatibility 05.01.2021 by Cloud Team By Franck Pachot . I have posted, a long time ago, about Google Spanner (inserting data and no decimal numeric data types) but many things have changed in this area. There(…)
Enterprise content management DctmAPI.py revisited 31.12.2020 by Oracle Team 2 years ago, I proposed a ctypes-based Documentum extension for python, DctmAPI.py. While it did the job, it was quite basic. For example, its select2dict() function, as inferred from its name, returned the documents from a dql query into(…)
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(…)
DevOps, Docker, Kubernetes Deploy GitLab on Kubernetes using Helm 10.11.2020 by DevOps Over the last years GitLab became one of the most popular and powerful open source git source code platform. From pure source code repository to a DevOps platform, it’s interesting to see how GitLab has evolved and(…)