'오라클 linux 리눅스 패스워드 유효기간 변경'에 해당되는 글 1건

  1. 2011.11.08 Linux에서 오라클 Sqlplus 접근법 및 오라클 패스워드 유효기간 변경 방법
데이터베이스2011. 11. 8. 16:07

root로 접속 후

[root@NMS_DBMS ~]#su - oracle
oracle@:/home/oracle>sqlplus "/as sysdba"

위와 같이 sqlplus에 접속합니다.

마지막으로.

select * from dba_profiles where profile = 'DEFAULT';

위 쿼리로 password_life_time 값을 확인합니다.

유효기간 설정을 변경합니다.

alter profile default limit password_life_time unlimited;

Posted by 미랭군