05May
By: Steven Feuerstein On: May 5, 2021 In: APEX Developer Solutions, Feuertips Comments: 2

If you can't always perform automated regression testing, you can build a simple test harness and, as much as possible, make sure your procedures are broken up into units that can be easily tested. See Steven's example.

Read more
28Apr
By: Steven Feuerstein On: April 28, 2021 In: APEX Developer Solutions, Feuertips Comments: 2

The execution of non-query DML can cause all sorts of SQL errors. Steven lays out guidelines in DML Handling code.

Read more
21Apr
By: Steven Feuerstein On: April 21, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

What should be in your exception handling section? Things pertaining to exception handling. What shouldn't? Application code. Learn more.

Read more
14Apr
By: Steven Feuerstein On: April 14, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

A developer takes out "insurance" when they write code to "make sure" or "just in case". This can be unnecessary & unproductive. See examples.

Read more
07Apr
By: Steven Feuerstein On: April 7, 2021 In: APEX Developer Solutions, Feuertips Comments: 3

PL/SQL packages are great! But there is one package feature you shouldn’t use: Initialization. Your first inclination should be to avoid it. Steven Feuerstein explains why.

Read more
24Mar
By: Steven Feuerstein On: March 24, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

Steven discusses when it makes sense to choose a string-indexed associative array (one of the three types of PL/SQL collections)

Read more
15Mar
By: Steven Feuerstein On: March 15, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

Lazy can be a good developer characteristic or a terrible one depending on how and when applied. Steven and Marlyn look at examples of each.

Read more
04Mar
By: Steven Feuerstein On: March 4, 2021 In: Insum Life, Oracle APEX Comments: 2

I believe that in the years to come, most of the PL/SQL code that will be written, will be written for (and in) APEX applications. I am, therefore, very happy to join the Insum team for the next phase of my Oracle journey - in PL/SQL and APEX!

Read more