属性定义
数据源类型type为:oracle
支持的配置模式(ConnectionPropertiesMode):UrlMode(连接串模式)
连接串模式
名称 | 类型 | 示例值 | 是否必填 | 描述和注意点 |
jdbcUrl | String | jdbc:oracle:thin:@host:port:SID | 是 | Oracle的jdbcUrl。 |
username | String | xxxxx | 是 | 用户名。 |
password | String | xxxxx | 是 | 密码。 |
securityProtocol | String | authTypeNone | 否 | 认证选项,取值:authTypeNone、authTypeSsl。 |
truststoreFile | String | 123 | 否 | Truststore文件ID,认证选项是authTypeSsl时必填。 |
数据源配置示例
连接串模式
{
"jdbcUrl": "jdbc:oracle:thin:@host:port:SID",
"username": "xxxxx",
"password": "xxxxx",
"securityProtocol":"authTypeNone",
"envType": "Dev"
}
文档内容是否对您有帮助?