ORA-28001: The password has expired

前端 未结 8 1390
忘掉有多难
忘掉有多难 2020-12-23 11:33

I\'m facing the problem about my database in Oracle, When I opened my database, it appear a message with: \"ORA-28001: The password has expired\"

I have updated my a

8条回答
  •  一生所求
    2020-12-23 11:50

    ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;
    alter user EPUSR100 identified by EPUSR100 account unlock;
    commit;
    

提交回复
热议问题