Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

Sony (to All - Entire Audience): Sqlplus "/as sysdba"

delete from sapr3.usr02 where bname='SAP*' and mandt='<Client number>';

Login with SAP* (with password 'pass') in the client. You can now reset password for ddic.
Sony (to All - Entire Audience):
DELETE FROM <sid>.USR02
WHERE BNAME='DDIC' AND MANDT='<client no.>'

On the script above, <sid> is the system ID. So let say my system ID is "fld" and client is "100", my script
would be:

DELETE FROM fld.USR02


WHERE BNAME='DDIC' AND MANDT='100'

You might also like