Jas Desai

Greenhorn
+ Follow
since Sep 24, 2004
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 Jas Desai

Hi,
I have a small application that uses the concept of conenction pooling.
I store all my connections in a hasmap and everything works fine.

Now when the application is still running and the hashmap holds oracle conenction; and then if the oracle database is used, it thorws and ORA-03114 error when any of the conenctions in the pool is used to fire a query.

I am using Oracle 8.1.7.

How do I solve this without restarting the applciation.
I cannot use isClose(); since this method can be used only when a connection.close() is cloased. In this case, this does not happen.

Is there a way to find out that the database is restarted or the connection in th pool that I ma using is no more valid.

Thanks
Regards
Jasmina