본문 바로가기

Computer Engineering/DB

오라클 유저 패스 변경 방법

1. dba 계정으로 로그인

SQL>conn /as sysdba;

2. alter user 유저명 identified by 바꿀패스워드;

SQL>alter user scott identified by scott;

3. 바꾼 패스로 접속 끝.

SQL>conn scott/scott

사용자 삽입 이미지