1 Please create a new account and set a new password

2 backup table ABPPMGR.USER_PROFILE , ABPPMGR .PWD_HISTORY and WWFMGR.CSM_USER, WWFMGR.CSM_USER_PASSWORD

3 get new encrypted password from table ABPPMGR.USER_PROFILE for the new account

4 Use the new encrypted password to update table ABPPMGR.USER_PROFILE for System only

5 get new encrypted password from table WWFMGR.CSM_USER for the new account

6 Use the new encrypted password to update table WWFMGR.CSM_USER and WWFMGR.CSM_USER_PASSWORD for System only

7 Test the new password for System

将System密码更新为System
 update ABPPMGR.USER_PROFILE set USER_PASSWORD='{415871de2bfb0059}a59737d986f5fe800af19eb74827c8b1e88da763dc43e5c703d2884e65470372' where LOGIN_NAME='System'
update WWFMGR.CSM_USER SET  PASSWORD='{415871de2bfb0059}a59737d986f5fe800af19eb74827c8b1e88da763dc43e5c703d2884e65470372' WHERE USER_NAME='System'

相关文章:

  • 2021-05-28
  • 2021-05-31
  • 2021-10-16
  • 2022-02-19
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-01-04
猜你喜欢
  • 2021-04-26
  • 2022-12-23
  • 2021-09-16
  • 2021-12-10
  • 2021-12-03
  • 2022-01-08
  • 2021-07-31
相关资源
相似解决方案