[Oracle] USER 삭제 오류

SEOP·2024년 6월 14일
0
post-thumbnail

SQL> 
select sid, serial#, username, status
from v$session
where username='{유저이름}';
--유저이름 대소문자 구분 필요

SQL>
alter system kill session '{SID}, {SERIAL#}';

SQL>
drop user {유저이름} cascade;

참고 : https://positivemh.tistory.com/55

profile
응애 나 애기 개발자

0개의 댓글