Oracle Is DPR compatible with 12.1 databases running on your ODA? 12.06.2024 by Jérôme Dubar Introduction Since patch version 19.21 (current one is 19.23), ODA (Oracle Database Appliance) X7, X8 and X9 will require the use of Data Preserving Reprovisioning (DPR) to get the patch. Unlike traditional patching, DPR erases the system disks but keeps(…)
Database Administration & Monitoring, SQL Server Keep an eye on your SQL Agent jobs using T-SQL! 12.06.2024 by Hocine Mechara Introduction: A couple of weeks ago I had a customer who was interested in monitoring the duration of some of his SQL-Agent jobs. The jobs were running in a data warehouse environment and were executing some ETL processes for loading(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Scaling up and down 12.06.2024 by Daniel Westermann By now, if you followed the previous posts (here, here, here, here and here), we know quite a bit about how to use(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – The kubectl plugin 11.06.2024 by Daniel Westermann As we’re getting more and more familiar with CloudNativePG, now it’s time to get more information about our cluster, either for monitoring or troubleshooting purposes. Getting information about the general state of our cluster can be easily done by using(…)
Application integration & Middleware, Enterprise content management M-Files, Migrate Vaults to a High Available environment 10.06.2024 by Guillaume Meunier If you read my previous blog, you know why I’m doing a migration 🙂 If not let’s explain it a bit, since 1 year I play with M-Files using an VM in the cloud, but I(…)
Database Administration & Monitoring, Database management, PostgreSQL, SQL Server, Technology Survey PosgreSQL + SQL Server = WiltonDB – Part 2 – Database Management 10.06.2024 by Stéphane Haby Few months ago I write about WiltonDB and how to install it. Now, I move one step forward with the Database Management. How to create a Database ? I test first with the T-SQL Command CREATE DATABASE script: I(…)
Application integration & Middleware Oracle Forms: FRM-92290 after upgrade to 12.2.1.19 10.06.2024 by David Diab We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. For one of our customers, I upgraded Oracle Forms from version 12.2.1.4 to version 12.2.1.19, and this time I got an unusual issue...
Database Administration & Monitoring, Development & Performance, SQL Server Plotting SQL Server Performance counters with Python 10.06.2024 by Steven Naudet As a consultant, I often use Performance Monitor (Perfmon) to collect performance metrics for SQL Server. After running Perfmon for, say, a week to capture a baseline of server activity, you can end up with a(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – PostgreSQL extensions 10.06.2024 by Daniel Westermann Now that we know how we can configure the PostgreSQL instance and access control, we’re going to look at what you can do when it comes to PostgreSQL extensions with CloudNativePG. As we have a running(…)
Cloud, Database management, DevOps, Development & Performance CloudNativePG – Configuring the PostgreSQL instance 09.06.2024 by Daniel Westermann In the last post we’ve created a more detailed version of the cluster definition for CloudNativePG. This gave us a PostgreSQL cluster with enabled data checksum, the correct locale, an increased size of the WAL segments and the possibility(…)