删除oracle锁,强制删除用户,新建表空间

select sid,serial# from v$session where username=xxx;
alter system kill session 'sid,serial#';

你可能感兴趣的:(数据库(oracle,mysql..))