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.