您的位置:首页 > 编程语言 > Go语言

ORA-01017 invalid username/password;logon denied

2017-08-09 14:44 295 查看
sqlplus sys/00x0@fuelcqcasys as sysdba

select username,account_status from dba_users;
 

alter user scott
account unlock;  

alter user scott
identified by scott;
 

select username,account_status from dba_users;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐