DataBase/oracle
Oracle scott계정 연결
HUCHUCHU
2020. 3. 9. 23:24
1) oracle이 설치되어있는 경로에서 scott 검색
2) cmd에서 sqlplus system 계정으로 로그인
3) @C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\scott.sql
치고 엔터 (@붙이고 scott.sql 드레그하면 됨)
4) alter user 계정명 identified by 비번 명령어로 계정 비번 변경
==> scott 계정의 비밀번호는 tiger로 변경되었다!
5) conn 명령어로 접속