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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-12650 when trying to upgrade ORDS

alacourbOct 16 2024 — edited Oct 16 2024

We are running an Oracle database version 19.16 with currently ORDS 24.2.3 and APEX 22.2.9.
ORDS is deployed on Tomcat 9.0.96 on a Windows server.

We tried to upgrade ORDS to version 24.3 from the command following command line:

ords --config D:\App\Config\Ords install -i --log-folder D:\App\Logs\Ords

Note that the connection pool to the database is configured to use TNS and we have defined a user ORDS_INSTALL_ADMIN to install without using SYS AS SYSDBA.

We got the error: java.sq.SQLException: ORA-12650: No common encryption or data integrity algorithm after enterring the user password to connect the DB for the upgrade, and no log file was generated.
Any idea where this can come from? Can this be related to the change in the ojdbc library version within ords.war?

This post has been answered by alacourb on Oct 30 2024
Jump to Answer

Comments

Post Details

Added on Oct 16 2024
1 comment
139 views