Static HTML on 11g Forms
Is it possible to run Oracle Forms 11gR2 using a static HTML page? Does anyone have an example?
This is what we have tried. We ran the Oracle Form via the frmservlet (http://server:9001/forms/frmservlet?config=myconfig). We took the HTML that was generated and created a static .html file. Everything worked fine, but we noticed that the frmservlet had created a unique session.
Example: <PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?config=edbsconn&ifsessid=formsapp.13&acceptLanguage=en-US,en;q=0.8">
We then removed the the formsapp.13, but we then received a FRM-91129, Fatal error in runtime process: no value specified for required environment variable ORACLE_INSTANCE
0