Oracle

属性定义

  • 数据源类型type为:oracle

  • 支持的配置模式(ConnectionPropertiesMode):UrlMode(连接串模式)

连接串模式

名称

类型

示例值

是否必填

描述和注意点

jdbcUrl

String

jdbc:oracle:thin:@host:port:SID

OraclejdbcUrl。

username

String

xxxxx

用户名。

password

String

xxxxx

密码。

securityProtocol

String

authTypeNone

认证选项,取值:authTypeNoneauthTypeSsl。

truststoreFile

String

123

Truststore文件ID,认证选项是authTypeSsl时必填。

数据源配置示例

连接串模式

{
  "jdbcUrl": "jdbc:oracle:thin:@host:port:SID",
  "username": "xxxxx",
  "password": "xxxxx",
  "securityProtocol":"authTypeNone",
  "envType": "Dev"
}