I am given a task to convert a huge table to custom XML file. I will be using Java for this job.
If I simply issue a \"SELECT * FROM customer\", it may return huge a
I think you could use the same solution as this one. A scrollable resultset.