Setup GitLab Runners and Container Registry for CI/CD with SQLcl Projects (Part 1)

esqupro logo

With the release of SQLcl 24.3.0, Oracle has introduced a new feature called “SQLcl Projects”, which allows you to export incremental changes to database objects, Oracle APEX applications and ORDS modules, and deploy them to database schemas using Liquibase changesets. To streamline this process,…

How to secure connections to your Oracle database over TLS or by SSH tunnels

If you want to establish a connection to your Oracle database over the public Internet, it is recommended to do so by encrypted connections. The Oracle database tools allow users to connect via Transport Layer Security (TLS) or by using SSH tunnels. In this…