Azure, Cloud, DevOps, Kubernetes Kubernetes SSO using Azure AD 22.12.2022 by DevOps I’ve worked on this project to authenticate Kubernetes users against Azure AD and so have Single Sign-On (SSO). That was a long journey on a rocky road and it’s worth summarising in this blog all the steps required to(…)
Oracle High Availability VMs on ODA 21.12.2022 by Marc Wagner Virtualisation is now possible on the ODA whatever it is an ODA Lite or HA. The virtualisation is based on KVM and integrated with odacli for Bare Metal installation. Virtualisation has got the advantage to allocate resources to databases and(…)
Oracle DB Systems backup on ODA 20.12.2022 by Jérôme Dubar How to backup DB Systems on Oracle Database Appliance(…)
NoSQL REDIS STREAMS: Set up training lab for Windows using Docker 19.12.2022 by Middleware Team What is Redis streams?? (Definition from Redis.io ) A Redis stream is a data structure that acts like an append-only log. You can use streams to record and simultaneously syndicate events in real time. Examples of Redis stream(…)
Oracle, Security Secure your SQL scripts with an Oracle wallet 16.12.2022 by Jérôme Dubar How to secure your SQL script and remove password using Oracle wallets(…)
Database Administration & Monitoring, Database management, Oracle Applying RU on Enterprise Manager 13c R5 16.12.2022 by Oracle Team By Mouhamadou Diaw We often apply Oracle Database RU. Like database Release Update can also be passed on Enterprise Manager. On this blog I am describing how we can update an OEM 13cR5 Update 10 to(…)
Database Administration & Monitoring Redis:Hands-on with Redis ,train with Redisinsight on Windows! 16.12.2022 by Middleware Team What is Redis? Redis which stands for Remote Dictionary Server is “an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability” It is a Nosql database which offer you(…)
Database Administration & Monitoring, Database management PostgreSQL 16: Further reducing tasks that require superuser 14.12.2022 by Daniel Westermann In a previous post we’ve seen that vacuum and analyze operations can be granted to users which are not superuser starting with PostgreSQL 16. Work is still(…)
Database Administration & Monitoring, Database management New cast testing functions for PostgreSQL 16 13.12.2022 by Daniel Westermann As the development of PostgreSQL moves on, more and more new features get committed. A recently commit patch added two new functions, which can be used to validate if a cast will work and what error message would be(…)
Ansible, Application integration & Middleware, YaK Overcome jboss-cli Limitations with Ansible 12.12.2022 by Middleware Team The work on YaK JBoss/WildFly component helped me to improve my knowledge of Ansible, but not only. I also learned a lot on jboss-cli scripting and especially limitations that comes with it. For instance, followings(…)