I'm using websphere 3.5 and oracle 8.3
I have some JDBC queries that use database link using
websphere connection pool
I closed all JDBC resources in finally
I found some opened connection which I opened it using
database link
Is the websphere doesn't close database links
connection or what is happen ?
Is using database link is recommended ?