I. Introduction
In the IT industry we go through a tedious and long process of acquiring infrastructure (hardware software and licenses). Typically, projects are held back due to infrastructur...
I was talking to someone at a meetup recently who was really keen on doing continuous deployment for their database but they had a number of issues, the main was that because management wasn't sold on...
Hi,
I have a lot of PL/SQL tips to share. Here’s a first installment—perhaps more to come!
Tip #1
The first thing I encourage all to use is %TYPE and %ROWTYPE on your variable definitions. In yes...