屬性定義
數據源類型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"
}
文檔內容是否對您有幫助?