Do we need JDK installed to use JDBC snap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 09:41 AM
I have on-prem groundplex. We need to connect mainframe Db2 database. I heard we can do that by using JDBC select snap. In order to use JDBC snaps, do we need JDK installed in our machine?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 09:57 AM
No, for SnapLogic you do not need to have the JDK installed to use the JDBC Snap. You will need to configure the JDBC Account to use the necessary DB2 JDBC driver, and include any dependencies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2020 10:27 AM
If not prerequisite software installation required means, what I need to provide under JDBC Driver Class while configuring JDBC account to access mainframe DB2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2020 06:27 AM
@Amardeep_Shanmugam
JDBC Driver Class name - com.ibm.db2.jcc.DB2Driver
