(Per Minborg) As developers, one of the most cumbersome tasks we often face in our day-to-day lives is writing good and understandable documentation.
Other News
Guru: SQL Can Generate A Series
(Ted Holt) Most of my work is run-of-the-mill, same-old-same-old, more-of-the-same. I’m not complaining. Most of life is mundane and routine, and that’s as it should be.
Oracle Fusion Middleware 12.2.1.4.0 certified with Linux 8
(Dirk Nachbar) Currently Oracle certified the Oracle Fusion Middleware 12.2.1.4.0 Components for the use of Linux 8, which includes the Oracle Linux 8 and the Red Hat Enterprise Linux 8.
How To Read Oracle Traces From SQL*Plus
(Matheus Boesing) Let’s say you need to read trace files from Amazon Relational Database Service (RDS). How do you do it?
New Feature: Changing the shape of a virtual machine DB system OCI
(Skant Gupta) Finally, Oracle OCI come up with new feature of changing the shape of VM in Database system without termination.
Prepare ASP.NET Core Projects To Use TypeScript
(Bipin Joshi) Now a days many ASP.NET developers use TypeScript for their client side code. So, it’s worth to add TypeScript in your web development skill-set.
Array.Sort() Operator Must Return INT-Sized Result In Lucee CFML 5.3.4.80
(Ben Nadel) A few weeks ago, I wrote about using Subtraction to power the Array Sort operator in Lucee CFML. This has become my go-to approach for sorting arrays.
New Tool Removes Those Pesky Unused .NET Core Instances
(David Ramel) Plagued by proliferating piles of unused .NET Core SDKs and runtimes as you accompany Microsoft on its journey to the open-source, cross-platform future?
Storage and Indexed access of denormalized columns (arrays) on MySQL 8.0, via multi-valued indexes
(Saverio Miroddi) Another “missing and missed” functionality in MySQL is a data type for arrays.
Different Ways to Write a Cursor in SQL Server
(Simon Liew) Can you provide different examples of how a cursor can be written in SQL Server?