ORA-28001: the password has expired解决方法

    xiaoxiao2026-04-09  7

    SELECT * FROM dba_profiles WHERE profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME'; ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED; alter user xxx identified by oracle account unlock;
    转载请注明原文地址: https://ju.6miu.com/read-1308653.html
    最新回复(0)