Browse Source

update english oracle.md (#12332)

3.1.1-release
Chris-Arith 2 years ago committed by zhuangchong
parent
commit
2b32c7b441
  1. 23
      docs/docs/en/guide/datasource/oracle.md
  2. BIN
      docs/img/new_ui/dev/datasource/oracle.png

23
docs/docs/en/guide/datasource/oracle.md

@ -4,17 +4,18 @@
## Datasource Parameters ## Datasource Parameters
| **Datasource** | **Description** | | **Datasource** | **Description** |
|-------------------------|-----------------------------------------------------------| |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
| Datasource | Select Oracle. | | Datasource | Select Oracle. |
| Datasource Name | Enter the name of the datasource. | | Datasource Name | Enter the name of the datasource. |
| Description | Enter a description of the datasource. | | Description | Enter a description of the datasource. |
| IP/Host Name | Enter the Oracle service IP. | | IP/Host Name | Enter the Oracle service IP. |
| Port | Enter the Oracle service port. | | Port | Enter the Oracle service port. |
| Username | Set the username for Oracle connection. | | Username | Set the username for Oracle connection. |
| Password | Set the password for Oracle connection. | | Password | Set the password for Oracle connection. |
| Database Name | Enter the database name of the Oracle connection. | | Database Name | Enter the ServiceName or SID of the Oracle connection. |
| jdbc connect parameters | Parameter settings for Oracle connection, in JSON format. | | 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 ## Native Supported

BIN
docs/img/new_ui/dev/datasource/oracle.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Loading…
Cancel
Save