삐주
초급 개발자
삐주
전체 방문자
오늘
어제
  • 분류 전체보기 (126)
    • Programming (14)
      • JAVA (4)
      • Spring (0)
      • Python (5)
    • Database (12)
      • Oracle (0)
      • Sybase (3)
      • HANA DB (1)
    • Algorithm (10)
      • 백준 문제풀이 (0)
      • 문제로 풀어보는 알고리즘 프로그래밍 (1)
      • 프로그래머스 (8)
    • SAP (43)
      • EAI (37)
      • EAI 예제 (1)
      • ABAP (4)
      • SAP BC (0)
    • Tool (4)
      • Eclipse (0)
    • Infra (3)
      • Network (3)
      • OS (0)
      • Storge (0)
    • Etc (21)
      • 시사 (15)
      • 맛집 (0)
    • Study (12)
      • 파이썬 머신러닝 프로젝트 (1)
      • 영어 (7)
      • 리눅스마스터 (3)
      • SQLD (0)

태그

  • 코로나
  • SAP EAI
  • sap
  • pI
  • error
  • 프로그래머스
  • EAI
  • 코로나19
  • DB
  • DATABASE

티스토리

반응형
250x250
hELLO · Designed By 정상우.
삐주

초급 개발자

[SAP EAI] SAP EAI - Database Connection Setting
SAP/EAI

[SAP EAI] SAP EAI - Database Connection Setting

2021. 10. 15. 15:50
728x90
반응형

Integration Builder에서의 Channel을 구성 중 DB2 서버에 대한 db 연결 세부 정보에 대한 내용입니다.

데이터 연결 세부 정보:

 

Oracle

JDBC Driver Class : oracle.jdbc.driver.OracleDriver

Server URL Format : jdbc:oracle:thin:@<host>:<port>:SID

Validation Query : select sysdate from dual

Driver : JDBC/UCP Download Page

 

MSSQL

JDBC Driver Class : com.microsoft.sqlserver.jdbc.SQLServerDriver / com.microsoft.sqlserver.jdbc.SQLServerDriver

Server URL Format : jdbc:microsoft:sqlserver://<host>:<port>;DatabaseName=<db>;

Validation Query : SELECT GETDATE()

Driver : Download Microsoft JDBC Driver 4.0 for SQL Server from Official Microsoft Download Center

참고 사이트: Microsoft Ignite

 

DB2

JDBC Driver Class : com.ibm.db2.jcc.DB2Driver

Server URL Format : jdbc:db2://<host>:<port>/<db> (for JDBC4); jdbc:db2:<db> (for JDBC2)

Validation Query : Select Current Date from SYSIBM.SYSDUMMY1

Driver : IBM DB2 JDBC Driver Versions – United States

 

Sybase:

JDBC Driver Class : com.sybase.jdbc.SybDriver (for jConnect 4.2 and earlier); com.sybase.jdbc2.jdbc.SybDriver (for jConnect 5.2); com.sybase.jdbc4.jdbc.SybDriver

Server URL Format : jdbc:sybase:Tds:<host>:<port>/<db name>

Validation Query : select getdate()

Driver : jConnect for JDBC Software Application Development Tools – Software Developer Kit – Sybase Inc

 

 

 

참고 사이트
https://blogs.sap.com/2014/02/24/data-connection-details-for-data-server-configuration/
 

Data Connection Details for Data server Configuration | SAP Blogs

7 10 5,168 Few days ago when I was working for some system configuration, I have faced a big issue to collect the db connection details for a DB2 server. So by facing so I planned to share my knowledge regarding data connection details I gained from variou

blogs.sap.com

 

728x90
반응형

'SAP > EAI' 카테고리의 다른 글

[SAP EAI] FTP Error - 550 Unexpected reply codeCreate directory operation failed.'. For details, contact your FTP server vendor.  (0) 2021.10.20
[SAP EAI] characters meaning of instance DVEBMGS00  (0) 2021.10.18
[SAP EAI] BC_DDDBTABLERT not found  (0) 2021.10.15
[SAP EAI] SAP EAI - web dispatcher logs path  (0) 2021.10.15
[SAP EAI] XML에서 허용하지 않는 특수문자  (0) 2021.07.12
    'SAP/EAI' 카테고리의 다른 글
    • [SAP EAI] FTP Error - 550 Unexpected reply codeCreate directory operation failed.'. For details, contact your FTP server vendor.
    • [SAP EAI] characters meaning of instance DVEBMGS00
    • [SAP EAI] BC_DDDBTABLERT not found
    • [SAP EAI] SAP EAI - web dispatcher logs path
    삐주
    삐주

    티스토리툴바