Category: SQL, XML/SQL, XPath, XQuery

November 27
October 17

The following email content was send to me today, by my colleague Alex Nuijten (AMIS)…

PLS-00101: reserved for future use 

Cause: This error message is not used yet.(Heh, heh, that"s a joke, son.)
Action: none

Who says they don’t have humor at Oracle…

If you want to check it; Have a look here:

September 3

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.