Solve the problem of oracle 11g password expiration under linux (ORA-28002)

Problem formation: Oracle11g password expiration time is 180 days:
View expiration time: SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME';

Solution:

1. Log in to oracle sqlplus / as sysdba

2. Change oracle The validity period is unlimited: ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

3. Re-change the oracle expired user (can be the previous password) alter user fpga32 identified by fpga32acconsys;

after the solution, as long as the user is not prompted to expire, there is no need to modify it.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326386552&siteId=291194637