how to execute multiple queries from jsp page in oracle server. but oracle does not support multiple queries.

I've to extract data parallely from database via jsp page. When I click at one link it should start fetching data from server meanwhile if I click at another link it should also allow to fetch data from the server parallely.

how can I do it????