Re: Converting XML Format LCR's

From: Michael Moore <michaeljmoore_at_gmail.com>
Date: Fri, 19 Dec 2008 10:43:45 -0800
Message-ID: <26fdee6e0812191043h7c32bf4x84d2c2f7125ae023@mail.gmail.com>


Is your XML document associated with a Schema. The schema has to be stored in the dictionary and the xml document needs to be validated against that schema. I am not 100% sure that this is your problem, but it sure looks like that is what the error message is trying to tell you.

Mike

On Fri, Dec 19, 2008 at 7:34 AM, Stuart Blackburn <sblackbu_at_cbnco.com>wrote:

> Has anyone ever had success using the SYS.DBMS_STREAMS.convert_xml_to_lcr()
> function? I get an "ORA-19030 - Method invalid for non-schema based XML
> Documents" error every time. Even during testing when I run a
> SYS.DBMS_STREAMS.CONVERT_LCR_TO_XML() function, enqueue the resulting
> message and then immediately after I dequeue that same message and run a
> SYS.DBMS_STREAMS.convert_xml_to_lcr() I still get the error. I know there's
> nothing wrong with the xml format because I haven't modified it in this
> process.
>
> Thanks.
> Stuart
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Dec 19 2008 - 12:43:45 CST

Original text of this message