기타툴
디비버(dbeaver) 티베로(tibero) 데이터베이스 연결하기
꼬요버디
2024. 11. 20. 11:09
728x90
디비버(dbeaver) 티베로(tibero) 데이터베이스 연결하기
디비버 티베로 데이터베이스 연결하는데 tibero 검색 결과가 없다.
디비버에서 기본으로 선택할 수 있는 DB에 티베로가 없다.
디비버 티베로 드라이버 추가하기
1. 데이터베이스 > 드라이버 관리자 > New > 세팅
- Driver Name : Tibero
- Driver Type : Generic
- Class Name : com.tmax.tibero.jdbc.TbDriver
- URL Template : jdbc:tibero:thin:@{host}[:{port}]:{database}
- Default Port : 8629
2. Libraries 탭 > Add File > tibero6-jdbc.jar파일 추가
tibero6-jdbc.jar 파일 다운
여기까지 하면 DB 커넥트 할 때 tibero 드라이버가 제대로 불러와진다.
3. 디비버 티베로 데이터베이스 연결 tibero 재검색 결과!
디비버에서 티베로DB 연결 성공