Skip to Main Content

Developer Community

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.

Oracle.ManagedDataAccess.Core 3.21.140 vs Oracle.ManagedDataAccess.Core 23.4.0

Costa LinoMay 6 2024

I use .net core framework when I try to update to the last verison

simple queries like this "INSERT INTO C_DSR.LIC_TABLE_TEST (ID,NAME) VALUES (1,'USER')";

not working anymore

now I receive

ORA-28040

The database does not accept your client's authentication protocol; login denied.

https://docs.oracle.com/en/error-help/db/ora-28040/?r=23ai

Oracle publish this new version the 2 mai 2024

Thanks for any help or idea.

This post has been answered by user4962638 on May 31 2024
Jump to Answer
Comments
Post Details
Added on May 6 2024
5 comments
2,639 views