Manually Define a Database Connection

Overview

Some technologies allow you to manually define or override source system (mostly database) connection information. This guide describes the format of those connection files and references information in the individual Scanner Guides and Resource Configuration pages for the applicable scanners. Refer to those pages for additional details such as the name of the file where the information should be placed.

The connection settings are automatically extracted by IBM Manta Data Lineage during lineage analysis. However, in some cases it may be necessary to override them or define them manually. The most common cases where this is needed are as follows.

Connection Definition File Format

To manually define or override connection details, use the INI file format with the following sections and keys.

Example of a Section in the Configuration File

[Medical]
Type=MSSQL
Connection_String=jdbc:sqlserver://192.168.0.16:1433
Server_Name=
Database_Name=
Schema_Name=TestSchema
User_Name=user

[DB-HR]
Type=Oracle
Connection_String=jdbc:oracle:thin:@192.123.0.68:1521/orcl
Server_Name=
Database_Name=orcl
Schema_Name=HR
User_Name=