Kiwi by birth, English by parentage, Welsh by marriage, puzzled by nature.
Coordinated by @oraclebase.bsky.social, our community blogs in with that hashtag to remember Joel ...
pdvfirstblog.blogspot.com/2025/10/simp...
Coordinated by @oraclebase.bsky.social, our community blogs in with that hashtag to remember Joel ...
pdvfirstblog.blogspot.com/2025/10/simp...
No, SYSDATE is not deterministic. However, it behaves very similarly to a deterministic function within an Oracle Database SQL statement.
www.salvis.com/blog/2025/10...
No, SYSDATE is not deterministic. However, it behaves very similarly to a deterministic function within an Oracle Database SQL statement.
www.salvis.com/blog/2025/10...
The last several years I've participated in the Joel Kallman Day tributes with articles about SQL and PL/SQL. While there are no requirements for article topics, this year I wanted to contribute something within the framework Joel…
The last several years I've participated in the Joel Kallman Day tributes with articles about SQL and PL/SQL. While there are no requirements for article topics, this year I wanted to contribute something within the framework Joel…
We tend to forget that troubleshooting is mainly just about Clear and Calm thinking..
pdvfirstblog.blogspot.com/2025/10/simp...
We tend to forget that troubleshooting is mainly just about Clear and Calm thinking..
pdvfirstblog.blogspot.com/2025/10/simp...
Triggered by traumatic DML errors ? Well, here's one flashback you won't mind having...
Triggered by traumatic DML errors ? Well, here's one flashback you won't mind having...
I recently inherited the support of an application that had been written on Oracle 11g. One of the maintenance tasks was to create a new set of partitions every so often so that records with a new value in the list partition key could be…
I recently inherited the support of an application that had been written on Oracle 11g. One of the maintenance tasks was to create a new set of partitions every so often so that records with a new value in the list partition key could be…
This post explores how you can unit test PL/SQL procedures that do not write to the database (other than the log table) by capturing dbms_output statements for use in a utPLSQL expectation. But first, a news flash Steven…
This post explores how you can unit test PL/SQL procedures that do not write to the database (other than the log table) by capturing dbms_output statements for use in a utPLSQL expectation. But first, a news flash Steven…
The latest instalment in the existential battle for the future of Software Engineering...well...Fantasy Football bragging rights.
The latest instalment in the existential battle for the future of Software Engineering...well...Fantasy Football bragging rights.
One of the things I like about External Tables is that you can use them to read a file on the Database Server OS without having to leave the comfort of the database itself.Provided you have permissions on a Directory Object pointing to the…
One of the things I like about External Tables is that you can use them to read a file on the Database Server OS without having to leave the comfort of the database itself.Provided you have permissions on a Directory Object pointing to the…
The AI / Fantasy Football experiment you didn't know you needed ! The bolt has gone in, the lightning has struck, and GafferBot is lurching toward Game Week 1 as manager of Artificial Idiot. What could possibly go wrong ?
The AI / Fantasy Football experiment you didn't know you needed ! The bolt has gone in, the lightning has struck, and GafferBot is lurching toward Game Week 1 as manager of Artificial Idiot. What could possibly go wrong ?
It seems that the 90s are back in fashion.Not only are Oasis currently making headlines, but England's Women have just won a penalty shootout which featured Lucy Bronze chanelling 1996-vintage Stuart Pearce.SSH also originates from the 90s, but…
It seems that the 90s are back in fashion.Not only are Oasis currently making headlines, but England's Women have just won a penalty shootout which featured Lucy Bronze chanelling 1996-vintage Stuart Pearce.SSH also originates from the 90s, but…
After 20-odd years of making my job that little bit easier, SQLDeveloper Classic still isn't quite ready for the Recycle Bin of history.
After 20-odd years of making my job that little bit easier, SQLDeveloper Classic still isn't quite ready for the Recycle Bin of history.
A stumble through how to get your bash scripts to send mails to your os user account on Ubuntu.
A stumble through how to get your bash scripts to send mails to your os user account on Ubuntu.
This post is really a note-to-self on the differences between the RANK and ROW_NUMBER analytic functions in Oracle SQL and why you don't need to fiddle about with the order by clause of ROW_NUMBER to…
This post is really a note-to-self on the differences between the RANK and ROW_NUMBER analytic functions in Oracle SQL and why you don't need to fiddle about with the order by clause of ROW_NUMBER to…
Let's face it, ensuring that you have regular backups of your home computer to a remote location can seem like a bit of a chore…right up to the time when you've managed to lose your data and need a fast and reliable way to get…
Let's face it, ensuring that you have regular backups of your home computer to a remote location can seem like a bit of a chore…right up to the time when you've managed to lose your data and need a fast and reliable way to get…
What do you do if you have no money but you do have a home network, a USB Thumb Drive and some time on your hands ? No. Not that...
What do you do if you have no money but you do have a home network, a USB Thumb Drive and some time on your hands ? No. Not that...
Need to generate a CSV from your Oracle Data Warehouse ? Do you think zebras belong in the wild and not in a data centre ? Read on...
Need to generate a CSV from your Oracle Data Warehouse ? Do you think zebras belong in the wild and not in a data centre ? Read on...
The SQL_SCRIPT job offers the facility to run SQL*Plus from the comfort of your own database, provided you have a Credential for an OS user on the database server. Here's how to setup a suitable user from scratch,…
The SQL_SCRIPT job offers the facility to run SQL*Plus from the comfort of your own database, provided you have a Credential for an OS user on the database server. Here's how to setup a suitable user from scratch,…