aspose file tools
The moose likes Websphere and the fly likes Serializable Isolation level for Stateless Session Bean Method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Serializable Isolation level for Stateless Session Bean Method" Watch "Serializable Isolation level for Stateless Session Bean Method" New topic
Author

Serializable Isolation level for Stateless Session Bean Method

Veena Rani
Ranch Hand

Joined: Mar 09, 2000
Posts: 34
Hi,
What will be the effect of setting the isolation level of a session bean method as serializable with oracle database? Does this also guarantee that
any databse read/update in that method will be serializable if multiple clients are calling the bean method in the clustered environment?
Will this have any effect on the performance of the other transactions being performed/
We are using WebSphere in a clustered environment with Oracle 8 database.
Our requirement is to read and then update a row in the table depending on some condition. read and update process should be exclusive, no other transaction should be able to read that row while first tranasction is reading and updating the row.
please suggest the possible approaches for this.
Regards,
Veena
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Serializable Isolation level for Stateless Session Bean Method
 
Similar Threads
Serialization Error : ORA-08177
does developer bother setting Isolation Levels
Rolleback Exception in WASv3.5.2 Urgent.....
Transaction related
isolation level question ?