dbTalk Databases Forums  

XML

comp.databases.oracle.server comp.databases.oracle.server


Discuss XML in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ExecMan
 
Posts: n/a

Default XML - 09-22-2011 , 02:09 PM






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?

Reply With Quote
  #2  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: XML - 09-22-2011 , 03:36 PM






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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.