|
|
|
Re: Transaction of Specific date locked [message #438516 is a reply to message #438505] |
Sun, 10 January 2010 02:10 |
martijn
Messages: 286 Registered: December 2006 Location: Netherlands
|
Senior Member |
|
|
You did not gave very much information. So..a wild guess:
Probably your data is locked by another session/transaction. Find out which one it is and decide whether to stop this transaction.
|
|
|
|
Re: Transaction of Specific date locked [message #438591 is a reply to message #438589] |
Mon, 11 January 2010 02:24 |
martijn
Messages: 286 Registered: December 2006 Location: Netherlands
|
Senior Member |
|
|
rahulvb wrote on Mon, 11 January 2010 09:11Quote:
My transaction of 1 day Jan7,2009 cannot be manipulated by any DML..
What shud i do to unlock those records...??
How ? if User is updating data in A table and other user is trying select he should see Old Data unless first user commits
Does it ?
Indeed
Quote:
So how is Data being locked ? you should see something...
That's right. So probably the second session tries to update something which the first one also tries to update and has not yet committed.
Try to find out what is causing the lock using v$lock
[Updated on: Mon, 11 January 2010 02:24] Report message to a moderator
|
|
|
|
|
|
|
|