Validate XMLType
In a PL/SQL-procedure we check a XML-document with xmltype.schemaValidate();If the XML-document is wrong, we receive only "ORA-19030: Method invalid for non-schema based XML Documents."
To repair the document, this information is not enough.
Is it possible to get more information in PL/SQL (like XMLSpy: "This document is not valid: The content of element 'tag' is in relation to its type definition 't_nummer_2' invalid. "?
(RDBMS 11.2.0.2)
To repair the document, this information is not enough.
Is it possible to get more information in PL/SQL (like XMLSpy: "This document is not valid: The content of element 'tag' is in relation to its type definition 't_nummer_2' invalid. "?
(RDBMS 11.2.0.2)
0