This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a commit to branch 3.1.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.1.1-prepare by this push:
new 2b32c7b441 update english oracle.md (#12332)
2b32c7b441 is described below
commit 2b32c7b4418f23d0070244f4ef238b624a5835ba
Author: Chris-Arith <[email protected]>
AuthorDate: Fri Oct 14 11:39:06 2022 +0800
update english oracle.md (#12332)
---
docs/docs/en/guide/datasource/oracle.md | 23 ++++++++++++-----------
docs/img/new_ui/dev/datasource/oracle.png | Bin 83589 -> 114734 bytes
2 files changed, 12 insertions(+), 11 deletions(-)
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