@christian-neumueller-oracle On our Oracle 19.1 database, we upgraded APEX from 21.2 to 22.1. We also dropped the APEX_xxxxxx schemas for older versions.
The upgrade went well and APEX seems to be fine but the install logs show a couple of issues
A bunch of errors of the form ERROR: 15:19:35 Cannot create or replace synonym ORDS_METADATA.WWV_FLOW_COMPANIES for APEX_220100.WWV_FLOW_COMPANIES ORA-38824: A CREATE OR REPLACE command may not change the EDITIONABLE property of an existing object.
SYS schema has invalid package bodies for WWV_DBMS_SQL_APEX_200100 and WWV_DBMS_SQL_APEX_200200 because they refer to objects in APEX_200100 and APEX_200200 which no longer exist
How can we fix these errors?
Thanks