관리자 계정으로 오라클 DBMS 접속 후 아래 절차대로 수행
비밀번호 만기 정책 확인 😃
SELECT * FROM dba_profiles WHERE profile = 'DEFAULT';

프로파일 내용 변경(무제한으로)
alter profile default limit password_life_time unlimited;
관리자 계정으로 오라클 DBMS 접속 후 아래 절차대로 수행
SELECT * FROM dba_profiles WHERE profile = 'DEFAULT';

alter profile default limit password_life_time unlimited;
댓글