Hello.
Is there a way on 11.2.0.4/12.1.0.2 to simply update default namespace (xmlns) of whole XML document (about 450MB each) stored in table column of XMLType with no schema binding?
<?xml version="1.0" encoding="utf-8"?>
<ROOT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://noname.com My_schema.xsd" xmlns="https://noname.com">
<SUBTAGS>
..
</SUBTAGS>
</ROOT>
Thanks for help.