Oracle
-
orachk can now warn about unwanted cleanup of files in /var/tmp/.oracle
Some time ago @martinberx mentioned on twitter that one of his Linux systems suffered from Clusterware…
-
Dead Connection Detection (DCD) and the Oracle database
Dead Connection Detection is a useful feature of the Oracle database: it allows for the cleanup…
-
Little things worth knowing: keeping enq: TM enqueue at bay during direct path inserts
Direct path inserts are commonly found in processing where data are shifted from one source to…
-
ORA-14300 partitioning key maps to a partition outside maximum permitted number of partitions and NULLs
While researching interval partitioning in Oracle 19c I came across a phenomenon I had already solved…
-
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…
-
sqlldr, direct path loads and concurrency in 12.1 and earlier
I have recently come across an interesting issue related to concurrent data loading into the Oracle…
-
RBAL (ospid: nnn): terminating the instance due to error 27625 after patching Oracle Restart
I have come across an odd behaviour trying to patch an Oracle Restart environment to 12.1.0.2…
-
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…
-
Why does my REST Services menu not show up in SQL Developer?
Oracle SQL Developer has excellent support for Oracle Restful Data Services (ORDS). A lot of the…
-
Using the Secure External Password store with sqlcl
Sometimes it is necessary to invoke a SQL script in bash or otherwise in an unattended…