Search code examples
oracle-databaseplsqloracle11goracleformsoraclereports

Running an Oracle report outside of Oracle Forms


I was wondering if it were possible to run generate an oracle report by either calling it through a browser URL or generate it from a PL/SQL package rather then calling it from Oracle Forms.

We are coming away from Oracle forms and currently have all our UI in the broswer which calls PL/SQL JSON API's. This was a pretty big project but we have a gap which is generating our reports. In the long term we are going to look at new products but in the short term is it possible to generate a report outside of Oracle Forms.

Any help or direction provided would be great.

Thanks


Solution

  • You probably want to generate Reports through the Oracle Reports Servlet. It allows you to generate a report directly from your browser. For example: http://your_webserver.domain_name:port/alias/rwservlet?report=myreport.rdf&userid= username/password@my_db&server=server_name&desformat=html&destype=cache

    Check your Fusion Middleware installation, rwservlet is probably already there.

    More documentation