Joined: Thu Jun 05, 2008 9:27 am Posts: 1 Location: India
|
Hi
I have a Java Application with oracle 9i as the backend,this app is gonna be used over the internet .We are using Hibernate to access the database layer.
As this application is used via internet there could be a problem of oracle deadlock as a number of people could be updating the data at the same time. I am aware that oracle maintains its own row level & table level locks, but is there a way how we can prevent a deadlock may be by using a select query with a for update condition can this help ?
I am new to hibernate pls help with with some examples.
Thanks
|
|