Greetings, and welcome to the third in a series of entries covering my favorite Db2 12 for z/OS SQL enhancements. The first two posts in the series described piece-wise DELETE and result set pagination . This entry focuses on the new and very much improved MERGE functionality delivered via Db2 12 (usable at function level V12R1M500 and above). The MERGE statement, introduced with Db2 9 for z/OS, is sometimes referred to as the “upsert” statement, because it enabled, via a combination of …read more
Related Articles
What is the Oracle lock table function, and how does it work?
This article will talk about an important function that we need to understand when working with an Oracle database, the Oracle LOCK TABLE. First of all, Oracle blocks information based on the transact...
Spotlight on Oracle – Buffer busy waits (SOO64)
Buffer busy waits Buffer busy waits occur when a session cannot access a needed block because it is in use by another session. The two most common causes are: insufficient free lists for a table...
