Hi experts,
I update the uflag in usr02 table oracle command to unlock the user in ecc 6.0
Update sapsr3.usr02 set uflag=0 where mandt=200 and bname='vivek'
commit
but login not possible.
if there is any method to unlock user via OS and database level.
Ecc 6.0
Oracle 10g on RHEL 5.3
Regards,
Vivek
Request clarification before answering.
Hi,
after providing the above sql statemnet , did it gave the message as "one row updated"?
if not your sql statement has not executed.
you can delete sap* at OS level from sqlplus using below sql statement and then you can unlock and reset your user at ABAP end using newly created sap* user with password pass.
sqlplus> delete from <schema>.usr02 where bname='sap*' and mandt=<CLNT>;
Regards,
Venkata S Pagolu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.