Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Version Control in Oracle Apex

User_7VTLPJul 20 2022

Hi,
Our company is currently facing an challenge regarding version control of Apex. Currently we use GIT for version control for all our oracle objects and apex applications.
Normally after we make a change to an application, we export the complete application resulting in a SQL script, we then check this script into our source code control and deploy it to test and prod.
The problem is that because it's unclear what most of that exported script is doing and dependencies on object ID's, I have to treat is as essentially a binary file. That means changes from multiple source code branches can't be merged together, which severely limits its usefulness.
How do other users of Oracle Apex handle this situation?
Thanks!

Comments
Post Details
Added on Jul 20 2022
2 comments
2,751 views