IBM DB2
Connector Details
| Connector Attributes | Details |
|---|---|
| Name | IBM DB2 |
| Description | IBM Db2 is a relational database management system (RDBMS) developed by IBM. It is designed to efficiently store, retrieve, and manage structured data and is widely used in enterprise applications. Db2 supports SQL (Structured Query Language) and provides robust features for transaction processing, analytics, and AI-driven insights. |
| Connector Type | Class A |
Features
| Feature Name | Feature Details |
|---|---|
| Load Strategies | Full Load, Incremental Load |
| Metadata Extraction | Supported |
| Data Acquisition | Supported |
| Data Publishing | Not Supported |
| Automated Schema Drift Handling | Supported |
Source Connection Attributes
| Connection Parameters | Data Type | Example |
|---|---|---|
| Connection Name | String | IBM_DB2_Connection |
| Server Name | String | Server Name/IP Address |
| Database Name | String | mydatabase |
| User Name | String | myuser |
| Password | String | mypassword |
| Port | Numeric | 25000/50000 |
| Bronze Schema (Optional) | String | |
| Silver Schema (Optional) | String |
Screenshot To Use Connector
Supported load strategies
Load strategies can be configured in the Metadata Catalog View of the DataSource through the User Interface (UI), or manually in the Object List state DB table for features that are not accessible via the UI.
-
Full Load: select
Fullas value forLoad Strategyin metadata catalog of Data source. -
Incremental Load:
Load StrategyandWatermark Typedefines the various types of incremental loads.
OnlyTIMESTAMPis supported as Merge Strategy from UI. For other type of Merge strategies updating theWaterMarkTypeofObjectListtable is required manually.a. Timestamp based extraction:
Select the following fields in metadata catalog- LoadIncremental = 1
- WaterMarkType = TIMESTAMP/ DATE
- Watermark Column
The
Watermark Datewill be updated inObject Extracttable during the extraction process.
b. Identity Tracking extraction:
In[state].[ObjectList]table set the following in order to use the Identity tracking- LoadIncremental = 1
- WaterMarkType = 'IDENTITY'
- Watermark Column
TheWatermarkId(Object Extract) will be updated during extraction process.
Updated 16 days ago
