본문 바로가기

각 데이터베이스(DB) 별 드라이버명과 URL 주소 모음

 

 

오늘은 많이 사용하는 데이터베이스(DB) 별 드라이버명과 URL 주소를 알아보도록 하겠습니다.

 

유명한 오라클에서 제공하는 데이터베이스

Oracle
드라이버명 oracle.jdbc.driver.OracleDriver
URL jdbc:oracle:thin:@[host]:[port=1521]:[instance]

https://www.oracle.com/kr/index.html

 

Oracle 대한민국 | 통합된 클라우드 애플리케이션과 플랫폼 서비스

소개 Oracle 무한한 가능성의 발굴 Oracle은 지금껏 혁신의 문화에서 성장해 왔습니다. 오라클을 이끌어 온 탁월한 사람들 덕분에 오늘날 자율운영, 클라우드 및 애플리케이션 기술시장을 선도하고 있습니다.

www.oracle.com

오라클에게 잡아먹힌 MySQL

MySQL
드라이버명 com.mysql.jdbc.Driver
URL jdbc:mysql://[host]:[port=3306]/[instance]

https://www.mysql.com/

 

MySQL

Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower their cost of goods sold. Learn More »

www.mysql.com

 

음....

Microsoft SQL-Server
드라이버명 com.microsoft.jdbc.sqlserver.SQLServerDriver
URL jdbc:microsoft:sqlserver://[host]:[port=1433];DatabaseName=[DatabaseName];SelectMethod=Cursor

https://www.microsoft.com/en-us/sql-server/sql-server-2019

 

Server 2019 | Microsoft

Apply intelligence across all your data, both structured and unstructured, with SQL Server 2019. Breakdown data silos with the power of data virtualization.

www.microsoft.com

 

마찬가지로 IBM 제품

IBM AS400
드라이버명 com.ibm.as400.access.AS400JDBCDriver
URL jdbc:as400://[hostname]

https://www.ibm.com/ibm/history/exhibits/rochester/rochester_4010.html

 

IBM Archives: IBM AS/400

On June 21, 1988, IBM introduced the Application System/400 (AS/400), a new family of easy-to-use computers designed for small and intermediate-sized companies. As part of the worldwide introduction, IBM and IBM Business Partners worldwide rolled out more

www.ibm.com

 

마찬가지로 IBM 제품

Informix
드라이버명 com.informix.jdbc.IfxDriver
URL jdbc:informix-sqli://[hostname:port]/[dbName]:INFORMIXSERVER=[server];user=[user];password=[password]

https://www.ibm.com/kr-ko/products/informix

불러오는 중입니다...

 

사이베이스 기업에 제품

Sybase
드라이버명 com.sybase.jdbc2.jdbc.SybDriver
URL jdbc:sybase:Tds:[host:port]/[db]

https://www.sap.com/acquired-brands/what-is-sybase.html

 

Sybase | SAP

SAP acquired Sybase in 2010 to drive forward the realization of its in-memory computing vision.

www.sap.com

 

제가 요즘 가장 많이 이용하고 있는 데이터베이스

Postgres
드라이버명 postgresql.driver
URL jdbc:postgresql://host:port]/[db]

https://postgresql.kr/

 

한국 포스트그레스큐엘 홈페이지

포스트그레스큐엘: 세상에서 가장 앞선 오픈 소스 관계형 데이터베이스 PostgreSQL 데이터베이스 이야기를 한국어로 소개하는 홈페이지입니다.

postgresql.kr

 

이 외에도 많은 DB가 있습니다.

해당 드라이버는 각 홈페이지 도큐먼츠에 자세하게 설명되어 있습니다.

이상으로 포스팅을 마치겠습니다.

이 글이 도움이 되었다면 공감과 +a 꾹♥

엉망진창

개인 블로그 입니다. 코딩, 맛집, 정부정책, 서비스, ~방법 등 다양한 정보를 소개합니다