Page 1 of 1

Item ID (P9999_USERNAME) is not an item defined on the current page

Posted: Fri May 23, 2025 1:48 am
by admin
Got this error in Cloud Oracle APEX 24.2.0

1 error has occurred
Item ID (P9999_USERNAME) is not an item defined on the current page.

Login as Admin/Sys and apply following solution

BEGIN
DBMS_RESULT_CACHE.FLUSH;
END;