how do you manage your Oracle APEX deployments?

Viewed 44

how do you manage your deployments on APEX?

with help from a 3rd party tool? or with an in-house solution?

I am looking for something that handle versioning and package deployments from dev,test,preprod to prod and I'd like to hear your opinions.

thanks in advance

2 Answers

We are using Gitlab and cx_Oracle (in Python) for versioning/deployment of db objects and SQLcl (also through Python) to import/export/version Apex Apps.

Insum has provided an elegant and open source solution, see a short video here and Github repo here

Related