(Ben Nadel) I have a really embarrassing confession to make: until just recently, I thought that the Redis List data-type worked like the ColdFusion List data-type. Which is to say, I assumed that it was just an abstraction over simple, delimited string values.
Community
READ ONLY transactions in MySQL
(Federico Razzoli) Transactions are the least known RDBMS features. Everyone knows they exist, but few know how they work. For this reason, it is not obvious that they can be read only.
Oracle JET – How To Reference JavaScript Module in HTML
(Andrejus Baranovskis) I will explain how to reference JavaScript module function in Oracle JET HTML. In previous Oracle JET versions, we were using $root to access parent appController module. Syntax $root looks a bit like magic, it is better to reference module through a predefined variable. I wil
Adding Table Partition in Oracle
(Jagruti Jasleniya) Here we will see examples to add partition in all different types of partitioning methods.
Market Driven Support for Oracle Database 11.2.0.4
(Mike.Dietrich) I know that some of you are still on Oracle 11.2.0.4. And I don’t want to argue, why. I’m pretty sure there’s a good reason that you haven’t upgraded yet. Just remember: You can upgrade directly from Oracle 11.2.0.4 to Oracle 19c.
Save SQL Server Stored Procedure Results to Table
(Rick Dobson) I am encountering requirements where I need to process a results set from a SQL Server stored procedure in another application or I am asked to pass the results set generated by a stored procedure to another team for data mining.
A Complete MultiThreading Tutorial In Java
(Vijay Kumari) Multithreading in Java is a process of executing multiple threads simultaneously. A thread is the smallest unit of the processing. Multithreading and Multiprocessing, both are used to achieve multitasking.
Guru: MERGE, Chicken, And Eggs
(Ted Holt) Which came first: the chicken or the egg? I don’t have time to ponder such trivialities.
How to debug and profile any EXE with Visual Studio
(Andy) Have you ever needed to debug or profile an executable (.exe file) that you can’t build locally? Then the least known Visual Studio project type, the EXE project, is for you!
Zero-Downtime Cluster Maintenance: Comparing the Procedures for Upgrades versus DB/OS Maintenance
(Eric M. Stone) Part of the power of Tungsten Clustering for MySQL / MariaDB is the ability to perform true zero-downtime maintenance, allowing client applications full access to the database layer, while taking out individual nodes for maintenance and upgrades.
