oracle ——解鎖scott帳戶

第一種:sql 一、以system帳戶+本身安裝時設置的密碼,登陸SQL Plus,ide 二、而後使用命令「alter user scott account unlock;」來解鎖。 三、解完之後,使用下面的命令來查看:"select username,account_status from dba_users;", 四、能夠看到scott帳戶已經解鎖,可是狀態仍是「expired」(密碼過時)
相關文章
相關標籤/搜索