Hi all.
can u suggest me a way to insert values stored in a html table into oracle database using JSP code?Any help would be worthy..

This link is at the top of the JSP forum. Instead of insert it does a select, but it show how to pass data from the jsp to the servlet, run the query and then return back to the jsp.
So all you have to do is change the query and the database configuration to match yours:

http://www.daniweb.com/forums/thread141776.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.