Search This Blog

Saturday, February 4, 2023

Rest Oracle Apex Developer User Password

  begin

 APEX_UTIL.RESET_PASSWORD (

   p_user_name      => 'User',

   p_new_password   => 'password',

   p_change_password_on_first_use=>false);

   end;

No comments:

Post a Comment

Error From Interactive Grid - Process ' Process- Save Interactive Grid Data' raised 'ORA-0000: normal, successful completion' while performing row locking.

Error: Process ' Process- Save Interactive Grid Data' raised 'ORA-0000: normal, successful completion' while performing row ...