Sppoling of XML file is stopping at 1GB
I am using Sql*plus to spool XML data to a file. I am using the DBMS_XMLGEN.GETXML to generate the XML. However, when the size of the file gets to 1GB, it appears to stop loading to the file and quits. The end of the file has a data element with an open tag, so it is not getting to the end of the file and even putting ending XML tags in there. My OS file size ulimit is set to unlimited, any idea's what it could be??
Thanks in Advance,
Chris