I am installing APEX 21.2 onto a desktop running XE.
It generates an error: SP2-0310 : unable to open file "apexins_nocdb.sql"
Well, this is not surprising. If we look at the apexins.sql script, we can see that one of the "else" options is the "apexins_nocdb.sql" script. The only problem is, that script is not included in the extracted files.
The Oracle XE was installed using defaults. In other words, if I understand it correctly, it installed a "plugable" PDB and not a "container" CDB. At least, that is what the "finished" dialog displayed when the XE completed.
This would explain why the apexins.sql script ended up setting the l_script_name variable to "apexins_nocdb.sql"
But, again, that script is not in the installer!
Ideas?
