بتاريخ: 31 أكتوبر 201015 سنة comment_202610 how the end user can change his password if he is a database user?i hope that any body can helpthanks تقديم بلاغ
بتاريخ: 31 أكتوبر 201015 سنة comment_202614 declare user_name varchar2(11); begin user_name:=get_application_property(username); forms_ddl('alter user '||' '||user_name||' '||'identified by '||' '||:new_password); if form_success then message('now user '||user_name||' have a new password '||:new_password); message('now user '||user_name||' have a new password '||:new_password); else message('error'); message('error'); end if; end; تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.