학습자료(~2017)/팁
로컬에 설치된 오라클 SYS 암호 잊어버렸을때
단세포소년
2011. 3. 10. 23:06
반응형
로컬에 오라클이 설치 된 경우에만 가능합니다.
C:\>sqlplus "/as sysdba"
SQL*Plus: Release 10.1.0.2.0 - Production on 화 11월 11 18:03:33 2008
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> show user
USER is "SYS"
SQL> alter user sys identified by "암호";
User altered.
SQL>
반응형