Skip to Main Content

ORDS, SODA & JSON in the Database

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!

The installation of ORDS 25.3.0 on the new database Oracle AI Database 26ai (23.26.0.0) fails

Markus Weber14 hours ago

hi @all,

The installation of ORDS 25.3.0 on the new database Oracle AI Database 26ai (23.26.0.0) fails
because the database version is not correctly recognized during the installation.

check:
select version into l_db_version from product_component_version where product like 'Oracle Database%' fetch first 1 rows only;

now rows ....

control:
select * from product_component_version fetch first 1 rows only;

PRODUCT VERSION VERSION_FULL STATUS
____________________________ __________ ____________ ________________________________
Oracle AI Database 26ai Free 23.0.0.0.0 23.26.0.0.0 Develop, Learn, and Run for Free

1 row selected.

Cheers
Markus

install.log

This post has been answered by Markus Weber on Oct 20 2025
Jump to Answer
Comments
Post Details
Added 14 hours ago
2 comments
36 views