Search posts, tags, users, and pages
Rafal Grzegorczyk
Oracle APEX & PL/SQL Developer at Pretius Low-Code
I needed to set maintenance mode for my 15 APEX applications in the production environment. Typically, the process is simple - just set Application Definition - Status to “Unavailable”: And your users will be logged out and will see this ugly, defau...
Joe Kerr
Delivering real value with innovative strategies and solutions
This is very helpful.Note: APEX_Application_Admin.Set_Application_Status parameters also changed in 24.2. the p_unavailable_value has become: p_redirect_url / URL to redirect to when p_application_status = c_app_unavailable_redirect.
Joe Kerr
Delivering real value with innovative strategies and solutions
This is very helpful.
Note: APEX_Application_Admin.Set_Application_Status parameters also changed in 24.2. the p_unavailable_value has become: p_redirect_url / URL to redirect to when p_application_status = c_app_unavailable_redirect.