19c
-
Initialising PL/SQL associative arrays in 18c and later
I can never remember how to initialise PL/SQL associative arrays and thought I’d write a short…
-
Dead Connection Detection (DCD) and the Oracle database
Dead Connection Detection is a useful feature of the Oracle database: it allows for the cleanup…
-
sqlldr, direct path loads and concurrency in 12.2 and later
In my previous post I showed you that Oracle’s SQL loader (sqlldr) utility has a built-in…
-
JSON_TABLE() and date/time columns in Oracle 19c
While researching the use of JSON in Oracle 19c I came some interesting behaviour that wasn’t…