You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/storage/catalog/db2/index.md
+35-63Lines changed: 35 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,95 +5,67 @@ redirect_from:
5
5
- '/connections/warehouses/catalog/db2/'
6
6
---
7
7
8
-
Use [IBM Db2](https://www.ibm.com/analytics/us/en/db2/) with Segment to get
8
+
Use [IBM Db2](https://www.ibm.com/analytics/us/en/db2/){:target="_blank"} with Segment to get
9
9
all of your event and Cloud Source data in a warehouse built by IBM. This
10
10
guide will walk through what you need to know to get up and running with Db2
11
-
Warehouse and Segment in a flash.
11
+
Warehouse and Segment.
12
12
13
-
Note: This document refers specifically to [IBM Db2 Warehouse on
14
-
Cloud](https://www.ibm.com/cloud/db2-warehouse-on-cloud), [IBM Db2 Warehouse](https://www.ibm.com/analytics/db2), and the [IBM Integrated
15
-
Analytics System](https://www.ibm.com/products/integrated-analytics-system). For questions related to any of these products,
16
-
see the [IBM Cloud Docs](https://cloud.ibm.com/docs).
17
-
18
-
If you notice any gaps, outdated information or simply want to leave some
19
-
feedback to help us improve our documentation, [let us
20
-
know](https://segment.com/help/contact)!
13
+
> note " "
14
+
> This document refers specifically to [IBM Db2 Warehouse on Cloud](https://www.ibm.com/cloud/db2-warehouse-on-cloud){:target="_blank"}, [IBM Db2 Warehouse](https://www.ibm.com/analytics/db2){:target="_blank"}, and the [IBM Integrated Analytics System](https://www.ibm.com/products/integrated-analytics-system){:target="_blank"}. For questions related to any of these products, see the [IBM Cloud Docs](https://cloud.ibm.com/docs){:target="_blank"}.
21
15
22
16
## Getting Started
23
17
24
-
To get started, you'll need to create a Db2 user for Segment, give that user
25
-
sufficient permissions, and then create the Segment Db2 Destination.
18
+
To get started, you'll need to:
19
+
1.[Create a Db2 user for Segment](#create-a-user-for-segment).
20
+
2.[Grant the user sufficient permissions](#grant-the-segment-user-permissions).
21
+
3.[Create the the IBM Db2 Destination in the Segment app](#create-segment-db2-destination).
26
22
27
23
### Create a User for Segment
28
24
29
-
To create the user account that Segment will use to load data, open the
30
-
top-left menu and navigate to Settings → Manage Users:
In order to connect your IBM Db2 warehouse to Segment, you need to create a Db2 user account that Segment can assume. To create a user account for Segment:
37
26
38
-
Fill in your desired Segment user settings and make sure that their Privilege
39
-
is "User". You will enter these settings in to Segment later:
27
+
1. Open the Db2 warehouse and navigate to **Administration > User management**.
3. Create a new user account with *user* privileges. Make sure you save the username and password, as these are required to set up the Segment configuration in a later step.
44
32
45
-
In order to load data, your new Segment Db2 user will need permissions to
46
-
load that data. Open the top-left menu and navigate to Run SQL:
If your Db2 Warehouse is in a private network, be sure to [allowlist Segment's IP address](/docs/connections/storage/warehouses/faq/#which-ips-should-i-allowlist) when creating the Db2 user Segment assumes. Otherwise, Segment won't be able to load your data.
91
65
92
66
### Unique User
93
67
94
-
Segment recommends you to create a unique User for the Segment Db2 Warehouse
95
-
connection to your Db2 Warehouse instance so that you can manage permissions
96
-
separately.
68
+
Segment recommends you to create a unique User for the Segment Db2 Warehouse connection to your Db2 Warehouse instance so that you can manage permissions separately.
97
69
98
70
### SSL/TLS
99
71
Always require SSL/TLS and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL/TLS.
0 commit comments