Shrihari Kulkarni

Greenhorn
+ Follow
since Feb 05, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shrihari Kulkarni

I'm getting following exceptions in JFrame based database application. Why are they?

Environment:
Operating System: Windows NT Server.
Database: Oracle8i on (Windows 2000 Server)
Driver: Thin driver of classes12.zip

Exceptions:
1) java.sql.SQLException: Io exception: Descriptor not a socket: socket write error (While closing statement/resultset)
2) java.sql.SQLException: ORA-00020: maximum number of processes (59) exceeded (This exception is coming randomly i.e. not at perticular stage, not after perticular code's execution. But in one execution of the programme, it comes at least once and database connection gets lost.)