[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1542) DB2 lockmode UPGRADE_NOWAIT
Steve Ebersole (JIRA)
noreply at atlassian.com
Sat Aug 5 01:05:10 EDT 2006
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1542?page=all ]
Steve Ebersole closed HHH-1542:
-------------------------------
Resolution: Won't Fix
> DB2 lockmode UPGRADE_NOWAIT
> ---------------------------
>
> Key: HHH-1542
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1542
> Project: Hibernate3
> Type: Improvement
> Versions: 3.1
> Environment: DB2 v8.2 / Java 1.4.2
> Reporter: Peter Potthoff
>
>
> The lockmode upgrade nowait isn't implemented yet.
> Unfortunately the syntax is different comparing DB2 and Oracle DBs.
> The only way to implement this feature, as I know, is an extra statement:
> SET CURRENT LOCK TIMEOUT NOT WAIT
> or
> SET CURRENT LOCK TIMEOUT <time in seconds>
> see http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/r0011857.htm
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list