How connection pool works in Java stored procedure?
Mary Cole
Ranch Hand
Joined: Dec 02, 2000
Posts: 362
posted
0
Hi,
How does the connection pooling work when I write a java stored procedure? Should I open and close connection as I do in a regular DB call? Can somebody point me to the right docs if any?