Tuesday 24 January 2012

SAP* User unlock and Delete


SAP* User unlock


****************************


db2 => update SAPIDS.USR02 set UFLAG=0 where BNAME='SAP*' and MANDT='000'
DB20000I  The SQL command completed successfully.


**************************************
SAP* User Delete
***********************************
db2 => DELETE SAPIDS.USR02  where BNAME='SAP*' and MANDT='000'
DB20000I  The SQL command completed successfully.
db2 =>

No comments:

Post a Comment