Usually its not recommended to change the Oracle apps password from back end, but if you need to change or reset it then use the PL/SQL script below:
DECLARE
v_flag BOOLEAN;
BEGIN
v_flag := fnd_user_pkg.ChangePassword(' OPERATIONS','123456');
END;
COMMIT;
DECLARE
v_flag BOOLEAN;
v_flag := fnd_user_pkg.ChangePassword('
END;
ليست هناك تعليقات:
إرسال تعليق