Item ID (P9999_USERNAME) is not an item defined on the current page
Posted: Fri May 23, 2025 1:48 am
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;
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;