I have a question about JDBC and Oracle. In my Jsp I make a connection
pool bean to connect with Oracle. And I found when I access the Oracle
it will build a new session every time. So at last I can=A1=AFt connect
= with Oracle when it reaches the max session number. But if I
don=A1=AFt use = the bean to connect with Oracle (direct write
connection pool in the jsp page), I found there is no new session built.
Help me!!!

Reply via email to