Application integration & Middleware Modifying a Zabbix Template for WildFly JVM Monitoring 28.09.2023 by Middleware Team Zabbix provides templates easy to setup which do not require any external scripts. As an example, you can check one of my previous blog post on the subject where I monitored a WildFly server. These one(…)
DevOps Deploy an application with GitLab CI/CD 28.09.2023 by Nicolas Meunier Following on from my previous article “Build and containerize an Angular application with GitLab CI/CD“, it’s now time to deploy this application. In this article, I will deploy the application on a Kubernetes cluster using Helm. Prerequisites Before starting,(…)
Database Administration & Monitoring, Database management, Development & Performance, Oracle Oracle Lock Free Reservations 27.09.2023 by Oracle Team The Oracle 23c new feature Lock Free Reservations allows to break with the traditional locking mechanism. Now multiple concurrent sessions can update the same row without be blocked !!! Let’s see how it works. In the traditional locking mechanism,(…)
Database Administration & Monitoring, Database management, Development & Performance, Oracle Automatic PL/SQL to SQL Transpiler 27.09.2023 by Oracle Team SQL is a wonderful language and very easy to use. For example you can call a PL/SQL function into a SELECT or WHERE clause and the result of the PL/SQL function is returned into the SQL expression. But when we(…)
Database Administration & Monitoring, Database management, Development & Performance, Oracle SQL FIREWALL 27.09.2023 by Oracle Team This blog comes to complete the excellent blog written by my colleague Gregory Steulet on the same topic. SQL FIREWALL is a new security layer integrated into Oracle Database 23c. First, we create a admin user for which we(…)
NoSQL MongoDB: Identify a field type 27.09.2023 by Middleware Team Introduction Whereas I wanted to perform a quick demo to show some MongoDB useful command to mass update some fields (Increment),I had a MongoDB error: “Cannot increment with a non-numeric argument” I guess the message is explicit: I can’t update(…)
DevOps, Kubernetes Kubernetes CoreDNS in depth 27.09.2023 by DevOps You know that CoreDNS is one of the core component of Kubernetes. You may also know that the CoreDNS pod is up and running only after the Container Network Interface (CNI) has been installed in your(…)
NoSQL MongoDB: MongoDB.local Frankfurt Event 25.09.2023 by Middleware Team Hi everybody Today I will give you a feedback about ab Event organized by MongoDB: The MongoDB.local event Introduction: Last week, I made a trip to Frankfurt to attend a special event made by MongoDB, I learn a lot of(…)
DevOps, Kubernetes Swiss Cloud Native day landed at the Gurten! 25.09.2023 by DevOps On the 21st of September this year, we attended the Swiss Cloud Native Day. I was accompanied by two of my colleagues, Arnaud Berbier and Christoph Bernhard. This event took place for the third time, and this year, it(…)
SQL Server Sql Konferenz 2023 in Hanau, Germany 25.09.2023 by Microsoft Team Introduction It was a very great pleasure to participate to the Sql Server konferenz 2023 in Hanau, Germany, the 12 and 13 September 2023. I went with my colleague Petar, of the same Microsoft Sql Server team by dbi services,(…)