<div>I&#39;m using the jdom package to create an xml export file for an Oracle database i&#39;m running.&nbsp; Unfortunately it is a very large database and the&nbsp;export is apparently trying to read everything into memory before it writes to the file causing a out of Java heap space error and no data written to the file.&nbsp; I&#39;ve tried increasing virtual memory allocation but i&#39;m still hitting the error.
</div>
<div>&nbsp;</div>
<div>Is there anyway to have the export write to the file as it is pulling data from the database?&nbsp; Or write data to file in chunks instead of the whole thing at once?</div>
<div>&nbsp;</div>
<div>Thanks. </div>
<div>&nbsp;</div>
<div>Rustican</div>