Database/Oracle
오라클 SCOTT계정 lock해제하기
서초록
2021. 5. 13. 15:37
C:\Users\(사용자계정)>sqlplus
SQL*Plus: Release 11.2.0.1.0 Production on 목 5월 13 15:32:42 2021
Copyright (c) 1982, 2010, Oracle. All rights reserved.
사용자명 입력: sys as sysdba
비밀번호 입력: (입력)
다음에 접속됨:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> alter user scott account unlock;
사용자가 변경되었습니다.