정리/오라클
오라클 - 비밀번호 잃어버렸을 때
난파선
2017. 1. 25. 20:00
명령프로프트창에서 sysdba로 접속
sqlplus "/as sysdba"
alter user 유저명 identified by 비밀번호;
예) alter user scott identified by tiger
alter user sys identified by password