내용

글번호 1291
작성자 허진경 (나자바바)
작성일 2024-12-24 13:46:03
제목 cannot create poolableconnectionfactory (ora-28040: no matching authentication protocol )
내용 오라클 버전과 jdbc 드라이버 클래스 파일이 맞지 않을 경우 발생하는 에러입니다. 메이븐 리포지토리에서 자바 버전과 오라클 버전에 맞는 드라이버 클래스를 내려받세요. https://mvnrepository.com/ 에서 ojdbc로 검색 후 자바 버전에 맞는 리포지토리 선택 https://mvnrepository.com/artifact/com.oracle.database.jdbc 제 환경은 자바 8, 오라클 21이므로 Ojdbc8 선택했습니다. Ojdbc8 선택 후 21.16.x 선택 https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8/21.16.0.0 이 페이지에서 Files 항목의 jar 파일 클릭해서 내려받으세요.