重置SAP系統密碼SAP* DDIC等

1、su - ora<sid>, swith to <sid>adm or ora<sid>.
2, cmd - > sqlplus /nolog
3, sql > connect /as sysdba 
4, sql > delete from sap<sid>.usr02 where bname='SAP*' AND mandt='000';

或者delete from sapsr3.usr02 where bname='SAP*' AND mandt='000';

5, sql > commit;
6, sql > exit

然後就可以用SAP*登陸000 CLNT了,密碼是06071992.也是 pass
如果還是不能登陸,你要在SAP的Profile中維護 login/no_automatic_user_sapstar  = 0 (默認是1,打開)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章