今天登录Oracle,发现System账号被锁.

使用cmd 进入sqlplus / as sysdba;

alter user system identified by password;

就可以修改成功

 

Oracle中System账号被锁the account is locked_oracle

效果图显示

 

Oracle中System账号被锁the account is locked_oracle_02

最后登录显示成功

Oracle中System账号被锁the account is locked_oracle_03