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