su - oracle
2确认具体解锁哪个数据库
export ORACLE_SID=(你的SID)
echo $ORACLE_SID_SID
查看是否在此SID
3
sqlplus /nolog;
5 connect/as sysdba;
6 ALTER USER 用户名 ACCOUNT UNLOCK;
7 commit;
相关文章: