Need An Advise
I am making a small application where there four batch jobs
which kicks off a particular java class .
Every time this java class is exectuning a select statement on the DB which has say about thousands records, of that 100 records i will pick up and will make a VO of all the records.
so that may happen four times in a day, since i have four batch jobs........
for this do i need to go for connection pooling?..........
please advise

