Development & Performance Refactoring procedural to SQL – an example with MySQL Sakila 01.03.2020 by Open source Team By Franck Pachot What I want to show in this blog post is that, as in mathematics where you have to apply some algebra rules to transform an equation to an equivalent one, the database developer must translate the business(…)
Database Administration & Monitoring, Database management, Development & Performance, Hardware & Storage, Operating systems Make Oracle database simple again! 22.01.2020 by Jérôme Dubar Introduction Let’s have a look at how to make Oracle database as simple as it was before. Oracle database is a great piece of software, yes it’s quite expensive, but it’s still the reference and most of the companies can(…)
Application integration & Middleware, DevOps, Development & Performance, Docker, Kubernetes DevOps World – Jenkins World – The Workshop On Day One 04.12.2019 by Arnaud Berbier After achieving new challenges during customer activities where I was managing a quite huge project around Kubernetes & Jenkins X EcoSystem, I get the opportunity to attend the DevOps World – Jenkins World in Lisbon.A big thanks as I(…)
Development & Performance Scripting is not Just a Series of Commands 08.09.2019 by Microsoft Team I saw, several times now, scripts were it is just a series of commands, sometime just created with copy/paste and few changes. This is far from best practices in terms of readability, maintainability and debug (ability 🙂).
DevOps, Development & Performance, SQL Server, Technology Survey SQL Server 2019: Java in SQL Server hard to believe, no? 07.08.2019 by Stéphane Haby It has already been a few months that we are testing the next version of SQL Server: SQL Server 2019. I already blogged about a previous version of SQL Server supporting R and Python. With the new version(…)
Development & Performance work Agile in a GxP-regulated environment 27.06.2019 by Middleware Team On 4 June 2019 I followed an invitation to wega-it’s Know-how & Networking Breakfast 2 2019 on “Agile Validation in GxP Projects”. So they were to discuss Agility in the context of GxP regulation. I had some earlier exposure to(…)
Application integration & Middleware, Development & Performance, Oracle APEX Connect 2019 – Day 1 07.05.2019 by Alain Lacour This year again the APEX connect conference spans over three days with mixed topics around APEX, like JavaScript, PL/SQL and much more. After the welcome speech and the very funny and interesting Keynote about “PL/SQL: A Career Built On(…)
Development & Performance, SQL Server RCSI with foreign keys, NULL values and paramater sniffing behavior 04.04.2019 by Microsoft Team In this blog post let’s go back to the roots (DBA concern) with a discussion with one of my friends about a weird transaction locking issue. In fact, this discussion was specifically around two questions. The(…)
Database Administration & Monitoring, Database management, Development & Performance, Hardware & Storage, Oracle When you change the UNDO_RETENTION parameter, the LOB segment’s retention value is not modified 18.03.2019 by Oracle Team Below, I will try to explain, a particular case for the general error : ORA-01555 snapshot too old error.. Normally, when we have this error, we are trying to adapt the retention parameters or to tune our queries. SQL> show(…)
Development & Performance, Oracle SQL Tuning – Mix NULL / NOT NULL Values 12.03.2019 by Oracle Team One of the difficulty when writing a SQL query (static SQL) is to have in the same Where Clause different conditions handling Null Values and Not Null Values for a predica. Let’s me explain you by an example : Users(…)