Re: I want a read huge XMl data from oracle to java
Posted By:
Simon_Ablett
Posted On:
Thursday, January 22, 2004 05:42 AM
Write the data out to a file instead of trying to hold it all in memory. Either that or increase the amount of space available on the heap.
Regards.