(Ben Nadel) In the past, I’ve looked at how the scroll-wheel seems to randomly stop working in an overflow container. This phenomena is related to a browser feature called scroll chaining; and, it can be overcome if you prevent the wheel event’s default behavior.
Other News
Automated Deployment of MySQL Galera Cluster to Amazon AWS with Puppet
(Paul Namuag) Deployment and management your database environment can be a tedious task. It’s very common nowadays to use tools for automating your deployment to make these tasks easier.
AdminClient and Set Commands
(Bobby Curtis) AdminClient is the “new” command line utility that is used with Oracle GoldenGate Microservices. Initally, AdminClient was released with Oracle GoldenGate 12c (12.3.0.0.1) and enhanced in each release there after. With this new command line tool, there are a few things you can do with
Exchange Partition in Oracle
(Jagruti Jasleniya) Exchanging Partitions is something new. And it provides a huge benefits. By exchanging partition you can actually get data quickly in or out of partitioned table.
What’s new with Oracle database 19.4 versus 19.3
(Frits Hoogland) The most notable thing here is an “official” (non-underscore) parameter has been introduced with 19.4, “ignore_session_set_param_errors”.
How to Stop a SSIS Package Execution from Code
(Aleksejs Kozmins) In my SQL Server Integration Services (SSIS) projects I faced a situation where my data flow tasks that were running in parallel and transferring large volumes of data lost their data transfer speed which impacted the entire process.
Internationalization In ReactJS Application Using i18Next
(Sanwar Ranwa) In this article, you will learn about internationalization in ReactJS application using i18Next.
SQL Server multi-statement table-valued functions
(Esat Erkec) In this article, we will learn multi-statement table-valued functions (MSTVFs) basics and then we will reinforce our learnings with case scenarios.
A Quick Trick to Make a Java Stream Construction Lazy
(lukaseder) One of the Stream APIs greatest features is its laziness. The whole pipeline is constructed lazily, stored as a set of instructions, akin to a SQL execution plan.
DevOps and Db2 for z/OS
(Craig Mullins) Why have agile development and DevOps techniques been adopted for software development over long-standing techniques like the waterfall approach?
