设置NC 用户admin密码为1
update sm_user sm set sm.user_password= 'U_U++--V'||LOWER( RAWTOHEX( UTL_RAW.CAST_TO_RAW( sys.dbms_obfuscation_toolkit.md5(input_string => sm.cuserid||'1'/**要设置的密码*/) ) ) ) where sm.user_code ='admin';
-- portal 用户admin密码为1
update cp_user sm set sm.user_password='U_U++--V'||LOWER( RAWTOHEX( UTL_RAW.CAST_TO_RAW( sys.dbms_obfuscation_toolkit.md5(input_string => sm.cuserid||'1'/**要设置的密码*/) ) ) ) where sm.user_code ='admin';
NCC root super密码重置为空
update sm_super_user set islocked='N',password='U_U++--V93f182df06984208361b9689a94416ec' where nvl(dr,0)=0 and admcode in ('root','super');