Warm tip: This article is reproduced from stackoverflow.com, please click
oracle-apex tomcat oracle-ords

Installing APEX 19.2

发布于 2020-04-18 09:52:40

I installed APEX 19.2 with ORDS on tomcat. Previously i had a 19.1 version installed. I tried to uprgrade and remove and install from beggining. But still i get an error

There is a problem with your environment because the Application Express files are not up-to-date! The files for version 19.1.0.00.15 have been loaded, but 19.2.0.00.18 is expected. Please verify that you have copied the images directory to your application server as instructed in the Installation Guide.

I can't find the source of this error.

Also, how to configure the image source? I find that even if I delete the /i/ folder from webapps ORACLE APEX still works.

I figure out there is a weird problem. I unziped APEX to C:\apex, then when i run cmd from this folder and try @apex_epg_config.sql with value C: i get and info that

SQL> @apex_epg_config.sql C:

Loading images directory: C:/apex/images

And that seems to be right but then i get an error ORA-22288

No such file or directory

EDIT: i worked with @apex_epg_config.sql but still there is a error with version of files...

Questioner
Paweł Żurkiewicz
Viewed
48
Paweł Żurkiewicz 2020-02-06 22:56

Solved: ehh that's really silly

To solve the problem ORA-22288 I copied the image files from my local directory to the directory on the same server where db is running. The second thing is to make sure that Oracle or another user can read from your folder (e.g. / Home / username)

Then just run

@apex_epg_config.sql /home/username

After all, simply clear the cache of cookies and data from your web browser. This last point was so obvious, but at first I didn't think about it.