I have an issue when trying to update a column value in sqlplus.
It basically wont complete and just hangs. I am wondering if there is anyway to remove locks in oracle by force?
I’ve noticed a table called v$locked_object which does contain an onject ID relevant to the issue I am having.
Hope I’ve explained this good enough.
Thanks in advance for any help!
This will exactly serve your purpose:
Use the
SESSION_IDto find the correspondingSERIAL#with this statement:Locate the offending tuples
SID, SERIAL#and release it like this: