user_code:用户编码
password:重置新密码明文
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||'password') ) ) ) where sm.user_code ='1234';
user_code:用户编码
password:重置新密码明文
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||'password') ) ) ) where sm.user_code ='1234';