Results 1 to 4 of 4
Thread: Data Cache Crossover
- 10-01-2009, 11:00 PM #1
Member
- Join Date
- Oct 2009
- Posts
- 2
- Rep Power
- 0
Data Cache Crossover
Hello,
I am database developer know very little about java, we have an application which connects to Oracle database and uses Oracle IAS as the app server, the application is very data centric, mostly updating/deleting/uploading quite a bit data to the database, the user population is about 600 mostly offsite. The users are only allowed to work with their own set of data and not allowed to view/update data of any other users.
The application seems to be caching data on the app server may be designed that way to improve performance but what we are experiencing quite often that a user inadvertently stumbles upon data of other users, in other words the application is not pulling the correct data. We for sure know this is not due to a problem with SQL and we very much suspect that the app is not pulling the correct data from the cache and is confused about what cache belong to what user.
My questions are
1. What could be the causes for this issue ?
2. Are there any know fool proof methods available to manage the cache ?
If this is not the right forum for this type of question please let me know what forum this belong to.
Any information/help is appreciated
Thanks
- 10-02-2009, 09:27 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
I very, very much doubt it's the app server.
How are you connecting to Oracle in your system?
Is it JDBC?
- 10-04-2009, 02:55 AM #3
Member
- Join Date
- Oct 2009
- Posts
- 2
- Rep Power
- 0
Yes we are using jdbc for the database connectivity and a connection pool
- 10-06-2009, 08:19 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
how can i do crossover in this tree structure?
By player123 in forum Advanced JavaReplies: 2Last Post: 02-11-2009, 06:49 PM -
clear cache
By Jadellll in forum New To JavaReplies: 0Last Post: 03-20-2008, 09:27 AM -
how to restict cache
By fred in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-24-2007, 01:56 AM -
cache problem
By MichYer in forum Java AppletsReplies: 3Last Post: 07-11-2007, 09:13 AM -
Caché Monitor 0.35
By levent in forum Java SoftwareReplies: 0Last Post: 06-10-2007, 01:40 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks