Translate

Samstag, 6. Juni 2026

ORDS Problem auf Oracle Cloud ADB (weltweit) - /i/ images werden nicht richtig angezeigt - SOLVED

 

Auf meiner APEX Instanz auf xyz.adb.eu-frankfurt-1.oracelcloudapps.com wird Folgendes angezeigt:

There is a problem with your environment because the Oracle APEX files have not been loaded. Please verify that you have copied the images directory to your application server as instructed in the Installation Guide. In addition, please verify that your image prefix path is correct. Your current path is /i/24.2.17/ (it should contain both starting and ending forward slashes, such as the default /i/). Use the SQL script reset_image_prefix.sql if you need to change it.

Bei Oracle Cloud ADB (Frankfurt) zeigt mir bei DB Actions das Launch Pad an:  

Warnung

Nichtübereinstimmende Version
Die ORDS-Ausführungsversion und die in der Datenbank installierten ORDS-Versionen sind nicht identisch. Einige Funktionen sind möglicherweise deaktiviert.

From the APEX Discussion Forum entry:

Running this in SQL WEB with ADMIN resolved the issue:

begin
apex_instance_admin.set_parameter(
p_parameter => 'IMAGE_PREFIX'
, p_value => 'https://static.oracle.com/cdn/apex/24.2.17/'
);
commit;
end;


That solved my issue....

Great thanks to Rami Jahan !!!

Just to let you know....

Keine Kommentare:

Kommentar veröffentlichen