XMLagg and very large documents
481017May 31 2006 — edited Jun 6 2006I'm having the following problem.
I have some very large clob documents in my table. They could be extermly large. (> 32k).
When I select everything in xmlelement everything is ok.....it selects everything.
But when I use xmlagg to combine the rows into one....it doesn't select everything anymore.
Somehow a row is 'deleted', no selected.
Is there a maximum size to combine xmelements into a xmlagg?