'ORA-28007: the password cannot be reused'에 해당되는 글 1건

  1. 2021.06.14 ORA-28007: the password cannot be reused

 

Profile의 정책 설정에 따른  PASSWORD_REUSE_MAX or PASSWORD_REUSE_TIME 의 제약에 따라 같은 암호 설정시 발생!!
ORA-28007: the password cannot be reused 

 

귀차니즘으로 인하여 패스워드를 재사용하고 싶다면..


1. 해당유저의 user id 확인

SELECT username, user_id
FROM dba_users
WHERE username='<USERNAME>';

2. Password History 에 관련된 row 를 삭제

SQL> DELETE FROM sys.user_history$ WHERE user#=<user_id from Step 1>;
SQL> commit;

SQL> select * from sys.user_history$ WHERE user#=<user_id from Step 1>;

Posted by pat98
이전버튼 1 이전버튼

05-09 18:52
Flag Counter
Yesterday
Today
Total

글 보관함

최근에 올라온 글

달력

 « |  » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

최근에 달린 댓글