IT/Tomcat
[톰캣/Tomcat] org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-28040: No matching authentication protocol) 문제 해결 방법
이클립스에서 Tomcat을 설치하고 서버를 실행시키고 로그인을 하려고 하니 아래의 에러가 발생했다.시도했던 방법1. sqlnet.ora에서 아래의 2줄을 추가하여 버전 맞추기1) sqlnet.ora에서 아래의 2줄 추가- 연결할 때 9버전 이상 사용할 수 있게 설정SQLNET.ALLOWED_LOGON_VERSION_SERVER=9SQLNET.ALLOWED_LOGON_VERSION_CLIENT=9 2) sqlnet.ora 추가 후 리스너 stoplsnrctl stop 3) SQL Plus에서 시스템 계정 접속 후 shutdownSQL>shutdown immediate 4) SQL Plus에서 오라클 서버 시작SQL>startup 5) 리스너 시작> lsnrctl start 이렇게 하니, 정상적으로 작동하는..
2024. 11. 29.
최근댓글