This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new c8bd106604 create oracle help.md (#12218)
c8bd106604 is described below
commit c8bd106604ea4136c91f5592265b270cb9e7e092
Author: Chris-Arith <[email protected]>
AuthorDate: Mon Oct 10 13:53:20 2022 +0800
create oracle help.md (#12218)
* create oracle help.md
* Add files via upload
allow Oracle to choose schema
* move pic under img and add title for oracle.md
---
docs/docs/zh/guide/datasource/oracle.md | 14 ++++++++++++++
.../img/new_ui/dev/datasource/oracle-choose-schema.png | Bin 0 -> 133737 bytes
2 files changed, 14 insertions(+)
diff --git a/docs/docs/zh/guide/datasource/oracle.md
b/docs/docs/zh/guide/datasource/oracle.md
new file mode 100644
index 0000000000..581b0d8dd8
--- /dev/null
+++ b/docs/docs/zh/guide/datasource/oracle.md
@@ -0,0 +1,14 @@
+# Oracle数据源
+
+
+
+- 数据源:选择 ORACLE
+- 数据源名称:输入数据源的名称
+- 描述:输入数据源的描述
+- IP 主机名:输入连接 ORACLE 的 IP
+- 端口:输入连接 ORACLE 的端口
+- 用户名:设置连接 ORACLE 的用户名
+- 密码:设置连接 ORACLE 的密码
+- 数据库名:输入连接 ORACLE 的 ServiceName 或 SID
+- Jdbc 连接参数:用于 ORACLE 连接的参数设置,以 JSON 形式填写
+ - 比如 `{"schema": "abc"}` 指定使用 `username` 用户下的 `abc` 数据库
diff --git a/docs/img/new_ui/dev/datasource/oracle-choose-schema.png
b/docs/img/new_ui/dev/datasource/oracle-choose-schema.png
new file mode 100644
index 0000000000..d200eee2d2
Binary files /dev/null and
b/docs/img/new_ui/dev/datasource/oracle-choose-schema.png differ