Oracle Forms isn't just about data-entry into an Oracle database anymore. Using the latest version you can easily integrate with nearly any modern or legacy technology your application requires. Whether your application needs to include authentication using Oracle Access Manager, or communicate with Web Services, or run reports in Oracle Reports or Oracle Analytics Publisher (BI-Publisher), or even work with Microsoft Office tools, Oracle Forms can get the job done. Powerful desktop applications delivered with the ease and scalability of a web applications.
I Recently installed oracle forms and reports 12c (12.2.1.4) on Windows 10. Installation went smooth and I am able to open Oracle forms 12c (12.2.1.4) Builder. My 12c database is Up, and i able to connect using SQL Developer, Command line.
The standalone installation does not allow forms to be run, just built and compiled. To run them, they must be deployed to a full installation of Oracle Forms and Reports Services. There is no standalone equivalent of Oracle Reports.
Enter a name for the form builder instance. In this case I used "forms1", so I had to manually create a directory called "forms1" under the Oracle Home location. Once this is done, click the "Next" button.
The backend runs with Oracle Forms 11g. We hope to switch it up to 12c in the near future; however, for now we are sticking with 11g. 11g is our back-end sql system which we use to run reports from in-house developed custom Java software. Currently, it uses Oracle Reports, but given that support for Oracle Reports is dwindling, we are trying to switch over to JasperReports Server. I've set up a JRS that is using one of our sandbox databases as a data connection and I am able to successfully spawn reports from it using JS Studio. The next step will be integrating JRS with Oracle Forms so that it can programatically run SQL queries through the Java App and replace the duty currently being given to Oracle Reports.
Perhaps you can review our web services capabilities in the REST API reference guide which can be downloaded from: =49176. So I am thinking that you can migrate Oracle Reports to JasperReports developed using Studio (Oracle database as the data source) and publish these reports to the JR Server. Then to call these published reports from the Oracle Forms using web services. I am thinking Oracle Forms is more the front end UI and within it it has something that can call a URL or REST API to a Jasper report on the server. Check out these older sites:
At the moment PRTG does not offer any native sensors for Oracle forms and reports. Monitoring via SNMP seems to be supported by Oracle, please have a look here for a PDF guide to configure SNMP for Oracle.
From an elevated command prompt, switch to Oracle Home\oracle_common\common\bin (eg: D:\Weblogic\Middleware\Oracle_Home\oracle_common\common\bin) & execute config.cmd, that will kick start the classic domain configuration wizard.
Now the OHS instance know about the deployments and once after restarted, you can try to start the forms based application through the OHS instance, rather than calling it against the default port (9001)
Above concludes the 1st of level of configurations for Oracle forms based application. You can use Weblogic 12c Enterprise Manager to configure most of the forms environment related parameters like forms path and other, while I am yet to find out relevant configuration areas for reports.
Regardless whether you are going to use the in-process report server or a stand alone instance of the reports, many changes should be made to the configuration files, so that you can call the reports server from a Forms module
Have you tried installing 12c 12.2.1.4 weblogic and 12.2.1.4 (forms and reports) on windows server 2019 ?
Last I have installed 12.2.1.4 on windows 2012 and 2016 and its working perfectly since 3 years.
But I want to upgrade the OS to 2019 but I am facing EM, Console and others command line weblogic start/stop , manage server start/stop is hanging without any errors.
Hi Thanks for the detailed post.
We have setup forms and reports while Admin is on shared folder on the same domain. Server all started but while report access get the REP-51002 Bind to report server failed.
The Object library is a collection of forms objects that can be used in other form, menu, or library modules. The Object Library is used to store, maintain, and distribute standard forms objects, which can then be reused across the entire application.
Program units are part of forms modules and they contain named procedures, functions, or packages. The program units are similar to the program units created in the libraries but are local to the form in which they are created. They are stored and executed on the client with any embedded SQL passed to the database for processing.
760c119bf3