摘要: 当前操作为sys用户 1、查询是否有人连着 select username,sid,serial# from v$session where username = '用户名'; 2、断开连着的 alter system kill session 'sid,serial#'; 3、删除 drop us 阅读全文
posted @ 2022-09-02 15:00 小秦的开发梦 阅读(104) 评论(0) 推荐(0)