J'essaie de connecter mon projet Grails à la base de données Oracle ( Oracle 12c ) dans le système Windows (8). Cependant, chaque fois que j'exécute mon application, j'obtiens l'exception suivante:
Caused by: org.apache.commons.dbcp.SQLNestedException:
Cannot create PoolableConnectionFactory (ORA-28040:
No matching authentication protocol)
Caused by:
java.sql.SQLException: ORA-28040:
No matching authentication protocol
Selon une suggestion Internet, j'ai également essayé de modifier mon *.ora
fichier mais cela ne fonctionne pas.
J'ai ajouté l'extrait suivant dans le sqlnet.ora
fichier:
SQLNET.ALLOWED_LOGON_VERSION=10
SQLNET.ALLOWED_LOGON_VERSION_CLIENT=10
SQLNET.ALLOWED_LOGON_VERSION_SERVER=10
Ici, j'ai essayé d'assigner (10,11,12) mais aucun d'eux ne fonctionne.
Quelqu'un peut-il m'aider s'il vous plaît?