top of page


Taming Oracle Dependencies with Renovate
Custom dependency management for ORDS & Apex versus out of the box configurations If you use Renovate, you know it's fantastic for standard ecosystems like npm, Maven, python, container images etc. What happens when you need to track enterprise dependencies that don't live in a neat registry? What if the only place a version number exists is buried in a paragraph on an AWS documentation page? Recently, I set out to automate dependency updates for Oracle Rest Data Services (O

Samuel Roberts
21 hours ago5 min read


Securing REST APIs in ORDS with OAuth2
So, you’ve set up your ORDS services to query data between your apps. Great. There’s just one problem. It’s not secure! Anyone can access your sensitive data and pose a serious risk to the integrity of your app. Now you may be asking “How can we fix this?”. That’s what this blog aims to answer. DISCLAIMER: Like the previous blog in this series, we will be working with the RESTful services section in SQL workshop which has been deprecated. Why is this an issue? When designing

Dan Batty
3 days ago4 min read


Migrating to SQLcl project (and no-nonsense scripts to do it for you!)
Why? Just as git has established itself as the de facto standard for version control, I really think that SQLcl project will in time become the de facto standard for Oracle devs – it has for Oracle Corporation devs, so embrace it, I feel this is just the beginning! Use Case You already have a db application, and you want to migrate your codebase to align with how the project command works, and integrates with git and Liquibase. This is a good demo/overview, you can skip to 9m

Clark Pearson
Jun 27 min read
bottom of page

