Hello everyone,
My APEX version is 23.1.
I have 2 on premise instances of APEX :
- Dev / test ;
- Production
Let's imagine that I have an application A on Dev/test, and the same application on Production.
I updated the application on instance A, and I would like to apply the update on Production instance.
I have to upgrade the database schema applying all modification on production database.
Then, I must update the application.
Is there a method to do so, or should I export the app from dev/test environment, delete the app on production instance and then import it with the previous same production app number ?
Then update shared component elements like application definition, etc. ?
Is there a more effective way to proceed ?
Thank you everyone,