Browse Source
* create oracle help.md * Add files via upload allow Oracle to choose schema * move pic under img and add title for oracle.md3.2.0-release
Chris-Arith
2 years ago
committed by
GitHub
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
# Oracle数据源 |
||||||
|
|
||||||
|
![oracle-choose-schema](../../../../img/new_ui/dev/datasource/oracle-choose-schema.png) |
||||||
|
|
||||||
|
- 数据源:选择 ORACLE |
||||||
|
- 数据源名称:输入数据源的名称 |
||||||
|
- 描述:输入数据源的描述 |
||||||
|
- IP 主机名:输入连接 ORACLE 的 IP |
||||||
|
- 端口:输入连接 ORACLE 的端口 |
||||||
|
- 用户名:设置连接 ORACLE 的用户名 |
||||||
|
- 密码:设置连接 ORACLE 的密码 |
||||||
|
- 数据库名:输入连接 ORACLE 的 ServiceName 或 SID |
||||||
|
- Jdbc 连接参数:用于 ORACLE 连接的参数设置,以 JSON 形式填写 |
||||||
|
- 比如 `{"schema": "abc"}` 指定使用 `username` 用户下的 `abc` 数据库 |
After Width: | Height: | Size: 131 KiB |
Loading…
Reference in new issue