运维网's Archiver
论坛
›
Oracle运维
› oracle the account is locked-Bad
gbless
发表于 2018-9-26 10:30:34
oracle the account is locked-Bad
提示账号被锁了,不是密码不对,使用命令:
alter user scott account unlock;
如果密码不对,可以再修改:
alter user scott>
用sys以sysdba的身份来进行登录, / as sysdba
在sys状态是locked的时候也是能登录的.然后再使用alter user sys account unlock来进行解锁
页:
[1]
查看完整版本:
oracle the account is locked-Bad