First read this thread to understand how the SAP* works. I have already explained it before.
http://scn.sap.com/thread/3392213
SQL> select bname,uflag,mandt from SAPXER.usr02 where bname='SAP*';
no rows selected
Are you sure that the schema is SAPXER ?
I tried to delete the user from 000, but no luck.
SQL> DELETE FROM SAPXER.USR02 WHERE BNAME='SAP*' AND MANDT='000';
0 rows deleted.
No surprise. When there is no SAP* user in the database then how will a delete statement work ?
I tried with this cmd to update the SAP* user,
SQL> update SAPXER.USR02 set BNAME='SAPstar' where BNAME='' and MANDT='000';
0 rows updated.
Update cmd also doesnt work for me. When i try to find out the user in system. user SAP* doesn't exits as i mention in 1st script.
Is the where clause correct ?
Any idea how to create the user(SAP*) in all client. When ever we delete the user it is not automatically created after bouncing the system.
If there is no SAP* user present in the SAP system then you need to login to the system (either by activating the emergency SAP* user or using another user) and create the user using the Tx SU01.
Regards
RB