oracle密码过期问题,用户锁定问题

alter profile default  limit password_life_time unlimited;

 alter profile DEFAULT limit FAILED_LOGIN_ATTEMPTS UNLIMITED;

 

 

alter user system identified by 123456;

alter user test account unlock;

posted @ 2024-12-29 15:17  南国之恋  阅读(11)  评论(0)    收藏  举报