Error:
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired ORA-06512: at "SIV.PKG1_CHG_DB_CNFG", |
Investigation:
Find the locking sessions
select do.owner,do.object_name,do.object_type,dl.session_id,vs.serial#, vs.program,vs.machine,vs.osuser |
Solution:
Kill the session locking the object then resubmit
alter system kill sessions 'sid,serial#' immediate; |
No comments:
Post a Comment