Good afternoon, I am trying to run an oracle database with docker, but when I try to connect from the sql developer I get the following error:
ORA-28040: No matching authentication protocol
The question is that I am using the parameters that are specified to be necessary to connect to the database, such as the host ip (10.164.7.203) and port 1521:
Try to apply the solution described here:
https://logic.edchen.org/how-to-resolve-ora-28040-no-matching-authentication-protocol/
but I haven't managed to solve the problem either
The container is lifting normally and I have even done operations with sqlplus and everything is fine




12.2you needojdbc8.jaror higher. See What are the Oracle JDBC releases Vs JDK versions? - Marmite BomberSQL Developer? Maybe you need simple upgrade it. The JDBC Driver is integrated in the SQL Developer. - Marmite Bomber