On Thu, 22 Sep 2011 12:09:07 -0700, ExecMan wrote:
Quote:
Hi,
This is strange. I need to parse some XML documents and store them. We
are running 10g R2 Enterprise Edition. There is no DBMS_XMLPARSER
package in the data dictionary. There are other DBMS_XML%, but no
DBMS_XMLPARSER.
Is this some add on or something I need to install? |
It's a part of the XMLDB component that is normally installed in the
database. Try doing "select * from dba_registry where comp_id='XML'"
If that is not valid, you can re-install it using dbca (recommended) or
by running xdbinst.sql (not recommended).
--
http://mgogala.byethost5.com