Ivar sol

Greenhorn
+ Follow
since Aug 18, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Ivar sol

Hi i am doing a file download page.



With this i can make it happen.

My doubt is i want that simultaneously user be forwarded to new page after this file download is done.
How to make it happen with struts "result"?
14 years ago
And i am using Tomcat 6 server
Hi i am using Hibernate to insert bulk records/ query bulk records at a time.

All works well but suddenly after some time error comes up saying that cannot open connection/TNS listener not listening in the middle of the application.
What does it mean?


Error i get is :



My program is like this, this function is called in a loop more than 1000 times,however i get error at the 10th row if i use Oracle 10g XE,
and on around 100th row if i use Oracle 10g.
All previous take out coorect data/ insert data in database.but after some time this error creeps in




Please suggest what is going wrong.