Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Captcha Image Generator in APEX 20.2 Is Not Found

User_1IR7DNov 11 2020 — edited Nov 11 2020

Hello Guys,
I've recently updated my APEX version to 20.2 and I noticed that the following function is no longer available:
APEX_200100.wwv_flow_image_generator.get_image
This function is used to generate the images used for creating the captcha security check. I tried changing the schema from APEX_200100 to the new schema APEX_200200 but the function wasn't available there.

On the other hand, the following was available on both schemas (20.1 & 20.2) :
APEX_200200.wwv_flow_request_verifications
This is the view used to retrieve the value of the captcha created by the first function (wwv_flow_image_generator.get_image ).

Did the function get renamed or replaced by a new one? I would appreciate your support on that matter.

Regards,

This post has been answered by Patrick Wolf-Oracle on Nov 11 2020
Jump to Answer
Comments
Post Details
Added on Nov 11 2020
2 comments
765 views