您的位置:首页 > 其它

恢复sap*的密码

2011-08-11 16:18 323 查看
1、su - oraqas

2、sqlplus /nolog;

3、conn / as sysdba;

4、select * from sapsr3.usr02 where bname='SAP*' and mandt='800';

执行之后成功

5、delete from sapsr3.usr02 where bname='SAP*' and mandt='800';

6、commit;

7、恢复后,sap*的密码为pass
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: