oracle -- the account is locked
2019-08-14 本文已影响0人
myloves008
提示账号被锁了,不是密码不对,使用命令:
alter user scott account unlock;
如果密码不对,可以再修改:
alter user scott identified by tiger;
想学真正的Oracle技术,就去cuug,相信自己一定赢
提示账号被锁了,不是密码不对,使用命令:
alter user scott account unlock;
如果密码不对,可以再修改:
alter user scott identified by tiger;
想学真正的Oracle技术,就去cuug,相信自己一定赢