account is locked
SELECT * FROM DBA_USERS;
ALTER USER 유저명 ACCOUNT UNLOCK;
ALTER USER scott IDENTIFIED BY 패스워드;