Explorar el Código

update english oracle.md (#12332)

Chris-Arith hace 2 años
padre
commit
b953cdc559

+ 12 - 11
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
 

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