Apex not working after update, invalid packages
Summary:
Apex is not working after its update .
I cant even see Apex instance, i can use database.
I see 2 invalid packages bodies
APEX_240100.WWV_FLOW_CGI APEX_240100.WWV_EXTENSION
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
APEX - Latest
19c DB Autonomous Transaction Processing
Code Snippet (add any code snippets that support your topic, if applicable):
BEGIN
I cant run this because ADMIN dont have rights
-- Recompile the package body
EXECUTE IMMEDIATE 'ALTER PACKAGE APEX_240100.WWV_FLOW_CGI COMPILE BODY';
EXECUTE IMMEDIATE 'ALTER PACKAGE APEX_240100.WWV_EXTENSION COMPILE BODY';