Problem with User getting locked on database startup [message #268057] |
Mon, 17 September 2007 06:50 |
yamon
Messages: 22 Registered: July 2006
|
Junior Member |
|
|
Users are complaining that the database is locked, and when we kill the session, another lock appears. All users are unable to update in the database. We were having problems with UNDO tablespace becoming full and so increased its size, and also setup the auto extend feature to extend by 1MB. The UNDO tablespace has Extent management set to LOCAL and Segmentment management set to MANUAL. Im not sure if it is related to these changes, because these changes occured a few days ago, and the locking problem has occured today, but does anybody have any ideas or possible hints? Much appreciated.
|
|
|
|
|
Re: Problem with User getting locked on database startup [message #268352 is a reply to message #268057] |
Tue, 18 September 2007 05:18 |
yamon
Messages: 22 Registered: July 2006
|
Junior Member |
|
|
Thanks for the replies - we identified that one specific table was being locked, but we couldnt identify what was causing the lock. In the end we issued ALTER TABLE table_name MOVE which released the locks on the table, but we are still looking into what caused this lock in the first place.
Thanks
Yamon
|
|
|
|