Chris Saxon

@chrisrsaxon.bsky.social

Oracle Developer Advocate for SQL. Lover of quizzes and games of all kinds. Any views expressed belong to me. chrissaxon.co.uk

There's lots of security fixes in Oracle AI Database 23.26.3 I strongly recommend you patch soon to keep your data safe! There's also a new #SQL function for you to play with when you do DATEADD ( <unit>, <value>, <datetime> ) Use this to add/subtract units from years down to microseconds

DATEADD (23.26.3)

Add or subtract time units from years down to nanoseconds from datetime values

Examples using this to add/subtract units

Hardcoding passwords into scripts always feels like a temporary solution… …right until it ends up in Git 😅 I wrote a short post on handling secrets more safely in SQLcl projects and completing admin tasks without creating a security nightmare: martincarstenbach.com/2026/05/25/c...

Handling Secrets Safely in SQLcl Projects Deployments

TL;DR: for security reasons you cannot possibly store sensitive information in Git. There have been too many occasions where API keys, passwords, or other configuration data has been exposed. Abuse…

martincarstenbach.com