Converting XML Format LCR's
From: Stuart Blackburn <sblackbu_at_cbnco.com>
Date: Fri, 19 Dec 2008 10:34:42 -0500
Message-ID: <494BBF12.2020901@cbnco.com>
Date: Fri, 19 Dec 2008 10:34:42 -0500
Message-ID: <494BBF12.2020901@cbnco.com>
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-lReceived on Fri Dec 19 2008 - 09:34:42 CST