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;
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;