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, SQL Server SQL Server: Audit changes on Instance Configuration, Linked Servers and Agent Jobs 12.04.2021 by Steven Naudet Introduction Very often with our customers, there is only one person with the DBA role. The configuration of the instances is then under control and if anything strange has to be questioned, the culprit is quickly identified. 🙂 When(…)
Database Administration & Monitoring, SQL Server, Security SQL Server connectivity issue – troubleshoot TLS configuration 08.04.2021 by Steven Naudet In the blog post, I will share a case of troubleshooting a connectivity issue with SQL Server. The problem occurred in a migration context. The SQL Server databases (in version 2008 to 2014) from multiple applications were consolidated on a(…)
Database Administration & Monitoring temBoard on SLES15 – 2 – The agent 07.04.2021 by Daniel Westermann In the last post we've installed the temBoard repository and the UI. As this alone is not so much fun, we'll be installing the temBoard agent on another SLES 15 machine in this post. We'll end up(…)
Database Administration & Monitoring, Database management, Oracle Rename your DB clone completely 02.04.2021 by Oracle Team Introduction Have you ever renamed your database? When you cloned a DB, you probably started it with a new name and cloning (duplicating) with RMAN provided a new DBID, right? So why should we need to rename a(…)
Database Administration & Monitoring SQL Server – Contained Database 01.04.2021 by Christophe Cosme Introduction You may have encounter already case when an application offers the possibility to create and maintain SQL database users and consequently the associated SQL Server instance logins. That’s of course not especially really what a DBA likes, loosing control(…)
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(…)
Database Administration & Monitoring, Database management, DevOps, Hardware & Storage, Oracle Clone a Terabyte Database in Seconds 01.04.2021 by Oracle Team Introduction Have you ever cloned a database using RMAN? Have you ever gotten the advice not to clone during daytime to avoid performance downgrade on the entire storage or network? For a proof of concept, we wanted to(…)
Oracle Some Artificial Intuition in Oracle SQL_ID? 01.04.2021 by Oracle Team By Franck Pachot . This post is something I discovered by chance when writing about tagging SQL statement with recognizable comments. We know that Oracle is introducing more and more artificial intelligence and machine learning in the database engine,(…)
Ansible, DevOps, Operating systems, Security Automating Linux patching with Ansible 31.03.2021 by Joël Cattin Since the beginning of the year, several vulnerabilities have been discovered in the Linux Kernel as well as in others important and widely-used packages. Among them, there was the famous CVE-2021-3156 affecting the sudo package and allowing(…)