Hello all
I'm upgrading from apex 20.1 to 20.2 on a testing environment. Checking the installation procedure on the released documentation I found that for an apex installed on a PDB, it would be needed to execute the following commands:
host &OH_HOME/perl/bin/perl -I
&OH_HOME/rdbms/admin &OH_HOME/rdbms/admin/catcon.pl -b apexins -c '<PDB_name>' apexins_nocdb.sql --pSYSAUX --pSYSAUX --pTEMP --p/i/ --p1,2,3
but this ain't accomplished anything. It just say that this command can't be executed.
Following my general knowledge I've installed 20.2 with @apexins.sql sysaux sysaux temp /i/ command, which ended successfully, but at login I'm getting a complaint of apex saying that the files loaded are from 20.1 not from 20.2.
"There is a problem with your environment because the Application Express files are not up-to-date! The files for version 20.1.0.00.13 have been loaded, but 20.2.0.00.20 is expected. Please verify that you have copied the images directory to your application server as instructed in the Installation Guide."
After checking the documentation I didn't found any reference about how to import the images files as it was done on 20.1 with apex_epg_config.sql which by the way is no longer packed with apex.
Anyone knows how to load the images files in a apex 20.2 installation?