-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: sybase question, select @@tranchained
PostPosted: Wed Jul 30, 2008 8:46 am 
Newbie

Joined: Wed Jul 30, 2008 8:34 am
Posts: 1
I'm afraid my question is very specific to Sybase and not of interest to others. In my organization the database administrators are complaining, that Hibernate makes a lot of hits to the database asking whether the transaction mode used is chained or unchained.

This web site explains the concepts of chained and unchained:
http://snmgeeks.blogspot.com/2007/06/sybase-facts-about-transactions.html

Chained: - Each data retrieval or modification statement is preceded by a begin tran.
All nested transactions can only be started in by an explicit begin tran.

Unchained: - (Default) an explicit begin tran must be given to start a transaction.

The DBAs are asking, if there is a way to tell to Hibernate once the transaction mode and then Hibernate wouldn't have to ask it continuously. I have googled but haven't found anything.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.