Save a Relational Database Connection
On this page
You can use a saved connection for any task that requires connecting to a database. You can save a new relational database connection:
When creating or modifying a data migration job
From the Database Connections bar in a project
From the Relational Migrator Connections page
Steps
To save a new connection from the Connections page:
To enter a connection string directly:
Above JDBC URI, enable the Enter URI manually toggle.
Paste your connection string into the JDBC URI.
To create a connection string by entering database information, enter the following:
Field | Value |
---|---|
Host | The host IP or DNS name. |
Port | The port number. |
Database | The database name. Required. |
Identifier | One of Service Name or SID. |
Username and Password | The credentials to use for authentication. Checking Save password saves the password securely on your machine, so you don't have to enter the Username and Password again when using the saved connection. |
Field | Value |
---|---|
Host | The host IP or DNS name. |
Port | The port number. |
Database | The database name. If blank, you only see objects in the default
dbo schema in all databases. |
Authentication | By default, this is set to SQL Server. Set to
Windows to enable Windows Integrated Authentication, using the credentials of the user who
launched the Relational Migrator executable. This disables the
Username and Password fields. |
Username and Password | The credentials to use for authentication. Disabled if Authentication is set to Windows. Checking Save password saves the password securely on your machine, so you don't have to enter the Username and Password again when using the saved connection. |
General / SSL toggle | View SSL settings for the connection. To use SSL, you must first uncomment and update the |
SSL: Use SSL | Enable or disable SSL. |
SSL: Trust server certificate | With SSL enabled, check this to trust the stored certificate. Leave
unchecked to verify the server certificate against a trusted
Certificate Authority. |
Field | Value |
---|---|
Host | The host IP or DNS name. |
Port | The port number. |
Database | The database name. Leave blank to load all databases. |
Username and Password | The credentials to use for authentication. Checking Save password saves the password securely on your machine, so you don't have to enter the Username and Password again when using the saved connection. |
General / SSL toggle | View SSL settings for the connection. To use SSL, you must first uncomment and update the |
SSL: Use SSL | Enable or disable SSL. |
SSL: SSL mode | With SSL enabled, choose from:
|
Field | Value |
---|---|
Host | The host IP or DNS name. |
Port | The port number. |
Database | The database name. Leave blank to connect to the default database. |
Username and Password | The credentials to use for authentication. Checking Save password saves the password securely on your machine, so you don't have to enter the Username and Password again when using the saved connection. |
General / SSL toggle | View SSL settings for the connection. To use SSL, you must first uncomment and update the |
SSL: Use SSL | Enable or disable SSL. |
SSL: SSL mode | With SSL enabled, choose from:
|
Field | Value |
---|---|
Host | The host IP or DNS name. |
Port | The port number. |
Database | The database name. Required. |
Username and Password | The credentials to use for authentication. Checking Save password saves the password securely on your machine, so you don't have to enter the Username and Password again when using the saved connection. |
Field | Value |
---|---|
Host | The host IP or DNS name. |
Port | The port number. |
Database | The database name. Leave blank to connect to the default database. |
Username and Password | The credentials to use for authentication. Checking Save password saves the password securely on your machine, so you don't have to enter the Username and Password again when using the saved connection. |