19c UPGRADE Error: CREATE OR REPLACE TYPE JSON_KEY_LIST FORCE AS VARRAY(32767) OF VARCHAR2(4000);
19c UPGRADE ISSUES:
Is there any workaround on this or any bug fixes ? Even though using FORCE we are still failing with the dependent object error.
Oracle Notes says, Drop the user defined objects and rerun the upgrade. Post upgrade reload those user defined objects.
May i know is there any other workaround since i have 500+ dependent objects