Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why does APEX installer not include the correct scripts?

ToolTimeTaborOct 7 2022

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?
SP2-0310 (002).PNG

Comments
Post Details
Added on Oct 7 2022
1 comment
152 views