오라클 계정 만료되었을 시 조치

불냥·2024년 8월 12일
post-thumbnail
  1. 해당 DB 서버에 접속한다
  2. sqlplus 실행
  3. 로그인하여 들어가서 비밀번호 변경
  4. connect sys as sysdba로 sys 계정 변경
  5. select * from dba_profiles where profile = 'DEFAULT';로 password_life_time 값 확인
  6. alter user 계정명 account unlock;
  7. alter user 계정명 identified by 새비밀번호;
  8. alter profile default limit password_life_time unlimited;로 password_life_time 을 unlimited로 변경하여 만료시간을 무제한으로 변경
profile
개인 공부 및 프로젝트 중 발생한 오류에 대한 정리를 위한 블로그입니다.

0개의 댓글