Oracle Solution for Error ora-44422

Solution for Oracle Error ORA-44422

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.