`

record is locked by another user

 
阅读更多

1.问题:Record is locked by another user?

select t2.username,t2.sid,t2.serial#,t2.logon_time
from v$locked_object t1,v$session t2
where t1.session_id=t2.sid order by t2.logon_time;

 

2.--查看锁
--alter system kill session 'sid,serial#';
--把锁给KILL掉
alter system kill session '151,14678';

 

3.--查看表大小
selet bytes from dba_segment where segment_name='table_name'

 

分享到:
评论

相关推荐

    oracle数据库解决死锁

    RETURN NUMBER IS v_count NUMBER; BEGIN EXECUTE IMMEDIATE 'ALTER SYSTEM KILL SESSION ''' || p_sid || ',' || p_serial || ''''; RETURN 1; END kill_session; / ``` 4. 使用 Oracle 提供的死锁解决...

    Radmin自动登录器v3.0-多国语言绿色版-Release1-20150615

    RecordName,IP,Port,User,Password,Domain,ColorDepth,Updates,UnlockDesktop,Fullscreen,Nofullkbcontrol,Monitor,Sendrequest,Pbpath,Proxy,AsProxyBy,Memory,TreePath sample01,192.168.0.6,4899,user01,,,,,,,...

    Radmin自动登录器v3.0

    RecordName,IP,Port,User,Password,Domain,ColorDepth,Updates,UnlockDesktop,Fullscreen,Nofullkbcontrol,Monitor,Sendrequest,Pbpath,Proxy,AsProxyBy,Memory,TreePath sample01,192.168.0.6,4899,user01,,,,,,,...

    微软内部资料-SQL性能优化3

    Another type of table lock is a schema stability lock (Sch-S) and is compatible with all table locks except the schema modification lock (Sch-M). The schema modification lock (Sch-M) is incompatible ...

    FlexGraphics_V_1.79_D4-XE10.2_Downloadly.ir

    TFlexGrid is released, and a user's one is set). - ADD: In the class TFlexGrid added the properties HOffset and VOffset - contain grid offset relative to document's upper-left corner. - FIX: In the ...

    VclZip pro v3.10.1

    Modified so that when cursor is changed to hourglass by VCLZip, previous cursor is saved correctly instead of just changing it back to default cursor. Now saves Central Directory Extra Fields ...

    VB编程资源大全(英文源码 其它)

    <END><br>83,LoanExpert.zip A bank loan type project that lets the user see by answering a few simple questions if the applicant is eligible for a bank loan or if the applicant would be a risk ...

Global site tag (gtag.js) - Google Analytics