应用Oracle(解锁内置用户)

  解锁Oracle内置用户scott,密码默认为tiger。

系统管理员身份登录

cmd中,

sqlplus / as sysdba

解除锁定

alter user scott account unlock;

设置密码

alter user scott identified by tiger;

测试

conn scott/tiger;
posted @ 2015-11-21 21:31  coolsoul  阅读(340)  评论(0编辑  收藏  举报