SAP 所有用户被锁处理办法
su - ora, swith to adm or ora.
2, cmd - > sqlplus /nolog
3, sql > connect /as sysdba
4, sql > delete from sap.usr02 where bname='SAP*' AND mandt='000';
5, sql > commit;
6, sql > exit
然后就可以用SAP*登陆000 CLNT了,密码是06071992.
如果还是不能登陆,你要在SAP的Profile中维护 login/no_automatic_user_sapstar = 0 (默认是1,打开)
*补充(针对oracle 10):
su - ora, swith to adm or ora.
2, cmd - > sqlplus /nolog
3, sql > connect /as sysdba
4. sql >select * from SAPSR3.USR02 where BNAME='SAP*' AND MANDT='000';
5. sql>delete from SAPSR3.USR02 where BNAME='SAP*' AND MANDT='000';
6. sql>commit;
重启服务器。
然后用SAP*,密码PASS登陆000 CLNT。
如果还是不能登录,登录另外的client,用rz10,修改参数:
login/no_automatic_user_sapstar = 0 (默认是1,打开)。
也可以在操作系统中切换用户adm,在以下路径下修改:
/usr/sap//SYS/profile/TZK_DVEBMG00_tszb-kf,修改上面的参数,重启Instance.
su - ora, swith to adm or ora.
2, cmd - > sqlplus /nolog
3, sql > connect /as sysdba
4, sql > delete from sap.usr02 where bname='SAP*' AND mandt='000';
5, sql > commit;
6, sql > exit
然后就可以用SAP*登陆000 CLNT了,密码是06071992.
如果还是不能登陆,你要在SAP的Profile中维护 login/no_automatic_user_sapstar = 0 (默认是1,打开)
*补充(针对oracle 10):
su - ora, swith to adm or ora.
2, cmd - > sqlplus /nolog
3, sql > connect /as sysdba
4. sql >select * from SAPSR3.USR02 where BNAME='SAP*' AND MANDT='000';
5. sql>delete from SAPSR3.USR02 where BNAME='SAP*' AND MANDT='000';
6. sql>commit;
重启服务器。
然后用SAP*,密码PASS登陆000 CLNT。
如果还是不能登录,登录另外的client,用rz10,修改参数:
login/no_automatic_user_sapstar = 0 (默认是1,打开)。
也可以在操作系统中切换用户adm,在以下路径下修改:
/usr/sap//SYS/profile/TZK_DVEBMG00_tszb-kf,修改上面的参数,重启Instance.
编辑回复