FYI: Creating XML objects in Oracle

From: Matthew Houseman <mhousema_at_ix.netcom.com>
Date: 12 Apr 2002 15:14:05 -0700
Message-ID: <73986c9d.0204121414.2c48a6d7_at_posting.google.com>


I was able to do the following to successfully build the XML objects in Oracle:

SQL> connect sys/<password>_at_<instance> as sysdba
SQL> _at_<drive>:/oracle/ora90/xdk/admin/initxml.sql
SQL> grant execute on xmlparser to public;
SQL> grant execute on xmldom to public;

Hope this helps anyone else that is struggling with this.

Matt Received on Sat Apr 13 2002 - 00:14:05 CEST

Original text of this message