Flavio Casetta, has a great post on his blog “Annals of Oracle’s Improbable Errors” on…
Category: APEX
The XMLDB team has posted a demo application on the XMLDB section of OTN called XFILES. This application is a demonstration of almost all important features of the Oracle 11g XMLDB functionality, deployable on Windows or Linux platform, combined with technologies like AJAX and Oracle Text.
It is undocumented. At least I couldn’t find references. In the XMLDB Protocol Server there is an extra service called orarep, and of course, everything which is undocumented interests me to pieces.
The xdbconfig.xml XMLDB Protocol Server configuration file has the following content ( “<>” has been replaced by “[ ]”):
[servlet-mapping]
[servlet-pattern]/orarep/* [/servlet-pattern]
[servlet-name] ReportFmwkServlet [/servlet-name]
[/servlet-mapping]
If you try something like http://localhost:8080/orarep/ something like the following will show up.