DBMS
오라클 DBMS ORA-28000: the account is locked 계정잠김 해결방법
gimyeondong
2024. 3. 6. 11:37
- 문제상황
ORA-28000: the account is locked
- db sys 계정으로 확인
- 계정상태 확인 쿼리
select username, account\_status, lock\_date
from dba\_users
where username = '홍길동'
;
- lock 해제
ALTER USER 홍길동 ACCOUNT UNLOCK