Oracle Application Express Dev Environment

When developing with the express expression, I struggle with how to implement version control and how to have both DEV and PROD versions of the application. How do you post changes from dev to prod? I know that I can export the entire application and then import it into production, but is there a way to easily import the changes?

APEX 3.2 for Oracle 10g

+5
source share
1 answer

For our Apex * applications, we have adopted the export \ import method at the apex application level. It may be a bit crowded for small changes, but it works.

This thread on the Apex OTN forum seems to indicate exporting the application level for version control.

* , Apex, sql, Apex .

+4

All Articles