Hello All,
First of all let me tell you that i am very new to apex world and at the same time i am very much interest to learn how this product works. After completing our development work we were able to deploy and test the application.
But we are facing some weird issues and i didn't get any reasonable solutions either from Oracle Documentation or in internet.
we have installed apex 5.0.3 in development mode on oracle database 12c execute apexins.sql and also installed Oracle Rest services(ords) ords.war , config static image files (i.war) and deployed the applications into Weblogic 12c.
Database:- 12.2.1.0.2
Apex:- 5.0.3+patchset
ords:- 3.0.5
later we have change apex development mode to run time environment by executing the sql file apxdevrm.sql. After this i am not able to access the url http://localhost:7001/ords/ and getting the below error
Error ERR-7620 Could not determine workspace for application (4500).
ORA-01403: no data found
If i change back to runtime to development, then only we are able to access the front end application.
Oracle documentation says
"The Oracle Application Express runtime environment enables users to run a production application without supporting the ability to change or edit the application. It includes only the packages necessary to run your applications, making it a more hardened environment. It does not provide a Web interface for administration."
It does not provide a Web interface for administration --- means we can run the application in production via front end but not adminstration.
Can some one please make me understand
1) How to resolve the ERR-7620 Could not determine workspace for application (4500).
2) How to run applications in run time environment.
Regards,
TJ.