ORA-44422: nonschema XML disallowed for this column
What triggered the Error:
An attempt was made to insert nonschema based XML documents in a binary XML column that disallows nonschema data.What should we do to fix it:
Insert only schema-based documents or alter the column to ALLOW NONSCHEMA data.