SantaMufasa
Technical User
We are simply trying to reorganize a badly fragmented table. We issue this command with the accompanying results:
...which most of us have seen many times in our Oracle lives. We then query the current locks on the instance, find the lock that prevents our DDL, then we either contact the person holding lock, or we kill their session to free the lock.
This time (and first time for me), however, there are no locks on anything on the instance!
What gives? What can I do to track down the offending locker? (BTW, I cannot bounce the instance...145 testers are madly trying to finish their testing prior to EoD deadline.)
Looking forward to suggestions.
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
“Beware of those that seek to protect you from harm or risk. The cost will be your freedoms and your liberty.”
Code:
alter table disbursement_transaction move tablespace app_data;
ERROR at line 1:
ORA-00054: resource busy and acquire with NOWAIT specified
This time (and first time for me), however, there are no locks on anything on the instance!
What gives? What can I do to track down the offending locker? (BTW, I cannot bounce the instance...145 testers are madly trying to finish their testing prior to EoD deadline.)
Looking forward to suggestions.
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
“Beware of those that seek to protect you from harm or risk. The cost will be your freedoms and your liberty.”