From 782cfa00a2742cca86599933959fa6b1f4276259 Mon Sep 17 00:00:00 2001 From: melvin-outsystems <82351552+melvin-outsystems@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:41:06 +0800 Subject: [PATCH] Update create-connection-external-data.md Correct minor mistakes - double/repeated word (AI AI -> AI) - punctuation (SQL Server, and Azure SQL -> SQL Server and Azure SQL,) - grammar improvement (Hover the -> Hover over the) --- .../external-databases/create-connection-external-data.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/eap/integration-with-systems/external-databases/create-connection-external-data.md b/src/eap/integration-with-systems/external-databases/create-connection-external-data.md index 6db3f724..bc25e414 100644 --- a/src/eap/integration-with-systems/external-databases/create-connection-external-data.md +++ b/src/eap/integration-with-systems/external-databases/create-connection-external-data.md @@ -60,7 +60,7 @@ To create a new database connection, go to the ODC Portal and follow these steps 1. Select the required provider and click **Confirm**. 1. In the connection form, enter the required connection information. * If you're adding a database connection, refer to the [database connection parameters](#connection-parameters). - * If you're adding an AI search service, refer to the AI [AI search service connnection parameters](#ai-search-service-connection-parameters). + * If you're adding an AI search service, refer to the [AI search service connnection parameters](#ai-search-service-connection-parameters). 1. After entering the information, click the **Test connection** button at the bottom of the form. If the test fails, a message displays. Make the necessary changes and test again. 1. To apply to stages, you can choose one of the following. * Click **Apply to all stages** to use the same connection information in all stages. @@ -111,7 +111,7 @@ Administrators must supply the following information to connect to the external | Connection name | The name of the connection | No | | | Description | Information about the database connection | No | Optional | | Username | Username to access the database | Yes | | -| Password | Password to access the database. | Yes | | +| Password | Password to access the database | Yes | | | Server for SQL server and Azure SQL \ Host for Oracle server | Endpoint for your database connection | Yes | For Private Gateway, enter `secure-gateway` | | Port | The port number to connect to the database | Yes | ODC has a default port number that an admin can change. For a private gateway, enter the port configured in the connector. | | Database for SQL server and Azure SQL \ Service name for Oracle server | Name of the database | Yes | | @@ -129,9 +129,9 @@ Administrators must supply the following information to connect to the external ### Additional parameters -You can use advanced parameters to add additional parameters for a database connection. If there is more than one parameter, you can use `;` semi-colon as a separator for SQL Server connections or the `&` character for other connections. Hover the info icon to confirm. Different databases may require different parameters, for example: +You can use advanced parameters to add additional parameters for a database connection. If there is more than one parameter, you can use `;` semi-colon as a separator for SQL Server connections or the `&` character for other connections. Hover over the info icon to confirm. Different databases may require different parameters, for example: -* For **SQL Server**, and **Azure SQL** to select the desired schema on the database, enter `currentSchema=`. For **Oracle** to select the desired schema on the database, enter `current_schema=` +* For **SQL Server** and **Azure SQL**, to select the desired schema on the database, enter `currentSchema=`. For **Oracle** to select the desired schema on the database, enter `current_schema=` * To establish a connection with the **SQL Server** and allow the client to bypass certificate validation, add the `trustServerCertificate=true` parameter to the additional parameters. * You can configure connection pool size for all available relational database connectors. Changing the connection pool size can significantly impact performance. * `minConnectionPoolSize`: Default value of 0.