当前位置:Gxlcms > 数据库问题 > 数据库用户被锁怎么办,报the passord logon

数据库用户被锁怎么办,报the passord logon

时间:2021-07-01 10:21:17 帮助过:3人阅读

–1.使用管理员用户登陆,查看用户状态;
select username,account_status from dba_users;
–2.修改用户状态;
alter user base account unlock;
–3.重新设定密码
alter user base identified by base;
commit;

数据库用户被锁怎么办,报the passord logon

标签:

人气教程排行