Oracle database 11.2 - password life time
After migrating a database from 10g to 11g version, I noticed that in the default profile was changed parameter password_life_time = 180 days which can cause problems for applications
Solution is change default profile or create a special profile "application"
alter profile default limit password_life_time unlimited;
Brak komentarzy:
Prześlij komentarz