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