0

180 objects are invalid in pre-requisite even after running utlrp.sql while upgrading oracle 12c to 18c.

When running EXECUTE DBMS_PREUP.INVALID_OBJECTS, I am getting APEX packages in the output which I have upgraded from 4.2 to latest 19. See more details here :
here

Hasta Dhana
  • 4,699
  • 7
  • 17
  • 26
  • Error: ORA-38824: A CREATE OR REPLACE command may not change the EDITIONABLE property of an existing object. Getting this error on compiling the same package – Pratishtha Mudgal Sep 23 '19 at 07:11

1 Answers1

1

I don't think you're going to be able to get around this, as APEX 4.2 is not certified with Oracle version greater that 12.1.0.2

Adam vonNieda
  • 1,635
  • 2
  • 14
  • 22