I have a home page.jsp where there are number of links to fetch data from Oracle data
base.
For quick operation, the links should be allowed to fetch data parallely i.e. if the client
clicks at one link and starts extracting data from database at the same time if he/she clicks
at the other link the page should start fetching data from the database.
I came to know that oracle does not allow to run multiple queries parallely. so how can I do it?