불냥.log
로그인
불냥.log
로그인
오라클 계정 만료되었을 시 조치
불냥
·
2024년 8월 12일
팔로우
0
oracle
해당 DB 서버에 접속한다
sqlplus 실행
로그인하여 들어가서 비밀번호 변경
connect sys as sysdba로 sys 계정 변경
select * from dba_profiles where profile = 'DEFAULT';로 password_life_time 값 확인
alter user 계정명 account unlock;
alter user 계정명 identified by 새비밀번호;
alter profile default limit password_life_time unlimited;로 password_life_time 을 unlimited로 변경하여 만료시간을 무제한으로 변경
불냥
개인 공부 및 프로젝트 중 발생한 오류에 대한 정리를 위한 블로그입니다.
팔로우
이전 포스트
스프링 Interceptor의 등록과 동작 과정
다음 포스트
오라클 TNS:could not resolve the connect identifier specified
0개의 댓글
댓글 작성