I am wondering if much is planned for supporting the XML functionality of Oracle XML DB in release 2 and 10i versions of the database. I noticed that Oracle have had to adapt SQLPlus to work with Oracle XML DB when running in client/server mode.
I tried running the query:
select XDBUritype('/xdbconfig.xml').getXML()
from dual;
which produces an XML document in SQLPlus but nothing in PL/SQL Developer.
I tried running the query:
select XDBUritype('/xdbconfig.xml').getXML()
from dual;
which produces an XML document in SQLPlus but nothing in PL/SQL Developer.