Search This Blog

Wednesday, June 19, 2019

Export Oracle Apex Application From Database

If you want to export your apex application from database not from application, you can execute the below command "SELECT APEX_050100.WWV_FLOW_EXPORT_API.GET_APPLICATION (your application id) d FROM DUAL" some times your application server is not working but your DB server is ok and you need to export your application right now, then you need this function to export your application. N.B ------- this function work on 5.1.4 or later version
If you want to export your apex application from database not from application, you can execute the below command

"SELECT APEX_050100.WWV_FLOW_EXPORT_API.GET_APPLICATION (your application id) d FROM DUAL"

some times your application server is not working but your DB server is ok and you need to export your application right now, then you need this function to export your application.

N.B
-------

this function work on 5.1.4 or later version

1 comment:

  1. https://www.ashishsahay.com/2020/03/how-to-export-oracle-apex-application.html

    ReplyDelete

Error From Interactive Grid - Process ' Process- Save Interactive Grid Data' raised 'ORA-0000: normal, successful completion' while performing row locking.

Error: Process ' Process- Save Interactive Grid Data' raised 'ORA-0000: normal, successful completion' while performing row ...