This repo contains an example implementation of a transactional job queue using Oracle DB.
- Retrieve the suggested connection string from Oracle Cloud
- Forward a proxy to the Oracle DB instance with something like
kubectl port-forward adb-proxy 1521 --address 0.0.0.0
- Set the
connectString
inside theNewOracleQueue
function to the one suggested by Oracle Cloud, changing the host to your machine IP (if you ran the forward from outside the dev container) - Update the
user
andpassword
values inside theNewOracleQueue
function