diff --git a/docs/docs/en/guide/datasource/oracle.md b/docs/docs/en/guide/datasource/oracle.md index 4fdaf94195..f7ab96e1dd 100644 --- a/docs/docs/en/guide/datasource/oracle.md +++ b/docs/docs/en/guide/datasource/oracle.md @@ -4,17 +4,18 @@ ## Datasource Parameters -| **Datasource** | **Description** | -|-------------------------|-----------------------------------------------------------| -| Datasource | Select Oracle. | -| Datasource Name | Enter the name of the datasource. | -| Description | Enter a description of the datasource. | -| IP/Host Name | Enter the Oracle service IP. | -| Port | Enter the Oracle service port. | -| Username | Set the username for Oracle connection. | -| Password | Set the password for Oracle connection. | -| Database Name | Enter the database name of the Oracle connection. | -| jdbc connect parameters | Parameter settings for Oracle connection, in JSON format. | +| **Datasource** | **Description** | +|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| Datasource | Select Oracle. | +| Datasource Name | Enter the name of the datasource. | +| Description | Enter a description of the datasource. | +| IP/Host Name | Enter the Oracle service IP. | +| Port | Enter the Oracle service port. | +| Username | Set the username for Oracle connection. | +| Password | Set the password for Oracle connection. | +| Database Name | Enter the ServiceName or SID of the Oracle connection. | +| ServiceName or SID | Choose ServiceName or SID according to your entry in Database Name column. | +| jdbc connect parameters | Parameter settings for Oracle connection, in JSON format. For example, you can use {"schema": "abc"} to specify database abc for using. | ## Native Supported diff --git a/docs/img/new_ui/dev/datasource/oracle.png b/docs/img/new_ui/dev/datasource/oracle.png index d17ac14cb0..6a58c7c9b2 100644 Binary files a/docs/img/new_ui/dev/datasource/oracle.png and b/docs/img/new_ui/dev/datasource/oracle.png differ