Skip to content

Commit 6227753

Browse files
committed
Give > grant, Vale, wording edits
1 parent 14ad2fb commit 6227753

File tree

1 file changed

+10
-9
lines changed
  • src/connections/storage/catalog/db2

1 file changed

+10
-9
lines changed

src/connections/storage/catalog/db2/index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,42 +15,43 @@ Warehouse and Segment.
1515
1616
## Getting Started
1717

18-
To get started, you'll need to [create a Db2 user for Segment](#create-a-user-for-segment), [give that user sufficient permissions](#give-the-segment-user-permissions), and then [create the Segment Db2 Destination](#create-segment-db2-destination).
18+
To get started, you'll need to [create a Db2 user for Segment](#create-a-user-for-segment), [grant that user sufficient permissions](#grant-the-segment-user-permissions), and then [create the the IBM Db2 Destination in the Segment app](#create-segment-db2-destination).
1919

2020
### Create a User for Segment
2121

22-
In order to connect your IBM Db2 warehouse to Segment, you need to create a user account that Segment can assume. To create a user account for Segment:
22+
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:
2323

2424
1. Open the Db2 warehouse. Click the top-left menu, select **Administration**, and open the **User management** tab.
2525

2626
2. Click **Add**.
2727

28-
3. Create a new user account with "User" priveledges. Save the username and password, as these are required to set up the Segment configuration in a later step.
28+
3. Create a new user account with "User" privileges. Save the username and password, as these are required to set up the Segment configuration in a later step.
2929

30-
### Give the Segment User Permissions
30+
### Grant the Segment User Permissions
31+
32+
To grant the Segment user access to your database:
3133

32-
Now that you created an IBM Db2 user for Segment, you must grant the Segment user permission to connect to your database. To grant the Segment user access to your database:
3334
1. Open the top-left menu and select **Run SQL**.
34-
2. In the SQL input, copy the following code snippet, replacing "segment_user" with the user ID that you created above:
35+
2. In the SQL input, copy the following code snippet, replacing "segment_user" with the user ID that you created above.
3536
```json
3637
GRANT CONNECT, CREATETAB, IMPLICIT_SCHEMA ON DATABASE TO USER <segment_user>
3738
```
38-
3. Select Run All to execute the `GRANT` command.
39+
3. Click **Run All** to execute the `GRANT` command.
3940

4041
### Create Segment Db2 Destination
4142

4243
To set up an IBM Db2 destination in the Segment app:
4344

4445
1. Open the Segment app. Select **Connections** and click **Add Destination**.
45-
2. Search for and select IBM Db2 Warehouse.
46+
2. Search for and select **IBM Db2 Warehouse**.
4647
3. Select the sources you want to connect to the IBM Db2 warehouse, and click **Next**.
4748
4. Enter a name for your destination, and enter the following credentials:
4849
- Host (Found in your Db2 instance, under Administration → Connections)
4950
- Port (50001 is the default for Db2)
5051
- Database name (Found in your Db2 instance, under Administration → Connections)
5152
- User (This is the "User ID" that you created above)
5253
- Password (This is the "Password" that you created above)
53-
- Security (Enter "SSL" in this field)
54+
- Security ([Enter "SSL" in this field](#ssltls))
5455
5. Click **Connect** to connect your Db2 warehouse to Segment.
5556

5657
## Security

0 commit comments

Comments
 (0)