ORA-14452錯誤及解決方法
时间:2011-06-08 来源:umen
-找到锁住表的sid和serial#
select sid,serial#
from v$session
where sid=(select sid
from v$lock
where id1= (select object_id
from user_objects
where object_name='TMP_REP_5'));
--删除这个session
alter system kill session 'sid,serial#';
commit;
相关阅读 更多 +
排行榜 更多 +