Skip to main content

CI/CD for Oracle database & APEX developers

T

Today I saw this amazing session about automated deploying database objects including APEX. I have some experience with CI/CD and this forced me to rethink and improve my current workflow.

Many years ago I created PHP script which exported database objects into directory structure as SQL files. It evolved to Python and Git, but the main functionality is the same. So whenever I finish my work, I run it, check changed objects in folders and commit them to Git.

Main problem is that there is no CI/CD follow up. I had a robot in previous job which was doing this, but I don't have it in my current job. Yet. It created fresh database, try to install new objects, check for compilation errors. Then it get latest release and tried to update. After every commit, automatically. Any errors were sent via email to dev team.

What these guys (Brian, Jeff and their team) created is much better version of this. It may be eye opening for you. It was for me. Now I am pumped to get some interest in devops again.

Tech stack: SQLcl, Liquibase, Git, Jenkins, Terraform... but you can adjust it to your needs.

You can check the original video here, I highly recommend it.

You can get free Oracle DevOps Explorer badge or another free courses in Oracle Application Development Learning Subscription and related free badges and courses in Oracle Cloud Infrastructure Learning Subscription.

You can also explore Liquibase tutorial from Pretius.


Comments