File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Isolation issue with Oracle in EJB 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 » Databases » JDBC
Reply Bookmark "Isolation issue with Oracle in EJB" Watch "Isolation issue with Oracle in EJB" New topic
Author

Isolation issue with Oracle in EJB

Son Java
Greenhorn

Joined: Nov 23, 2001
Posts: 9
We are experiencing problems (ORA-08177 can not serialize exception during long transaction) during concurrent access from multiple transaction. We have all our Session and Entity Beans with
TX_ATTRIBUTE : TX_REQUIRED
ISOLATION LEVEL : TX_SERIALIZABLE
Persistance : BMP
Transaction : CMT
Is there KNOWN problem with Oracle databse-- basically the problem being that Oracle's isolation levels don't map well to the EJB specification.
I tried IBM web site for tech Support, this kind of bug not reported any where.
Could some one give some insight?
Thanks
Alagan
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Isolation issue with Oracle in EJB
 
Similar Threads
Data Caching in EJB application
question on concurrency control, transaction, BMT
Specifying Transaction Duration
do we need to change transaction isolation level during life of a connection?
EJB's support for: Nested Transaction / 2 Phase Commit / Isolation Level