John Hurst

Software Developer (Groovy, Java, Oracle, & many others), math geek, mountain biker.

Blog About

Oracle Database - inline PL/SQL functions and VARRAYs

Oracle 12c introduced the ability to define a PL/SQL function inline in an SQL query. The feature uses the WITH keyword, similarly to standard SQL’s inline table expressions.

Read More

Groovy DOMBuilder for programmatic DOM creation

Groovy contains quite a variety of classes for working with XML.

Read More