Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Object locks - after restart
Consider following situation:
>From application perspective there was some issue in processing the
request. So the user initiated same request again. Because the
operation involves same records, oracle throws
DISTRIBUTED_LOCK_TIMEOUT error because the first transaction is still
running.
The question:
If I restart the oracle database, will oracle release the locks held
by the first transaction? Logically I will release because the session
that was holding the lock was killed when we restarted database. Is
this logical understanding correct or there is something more to it?
I would appreciate if you can also point me to oracle documentation that describes this well.
Thanks,
Naren
Received on Fri Sep 28 2007 - 07:55:37 CDT
![]() |
![]() |