Connection Pooling & Refreshed Data
843854Jan 22 2002 — edited Jan 23 2002Hi All
I am totally confused with connection pooling.
Here is my problem
I have a oracle database which gets updated every 15min by SQL Loader. I am using connection pooling in my web application. Since the connection pool is created at the begining of the application/servletcontext.
Will my connection be able to see the changes in the database. ??? I wrote a simple application to test this but the connection eventhough its closed and reopened its not able to see the refreshed data in database.
Also any suggestions if the user shouldnt see any database changes throughout his session ???
Thanks for ur time
-s