プロパティ定義
データソースの種類: oracle
サポートされている構成モード (ConnectionPropertiesMode): 接続文字列モード (UrlMode)
接続文字列モード
パラメーター | 種類 | 例 | 必須 | 説明 |
jdbcUrl | String | jdbc:oracle:thin:@host:port:SID | はい | Oracle データベースの Java Database Connectivity (JDBC) URL です。 |
username | String | xxxxx | はい | ユーザー名です。 |
password | String | xxxxx | はい | パスワードです。 |
securityProtocol | String | authTypeNone | いいえ | 認証の種類です。有効な値: authTypeNone および authTypeSsl です。 |
truststoreFile | String | 123 | いいえ | トラストストアファイルの ID です。 securityProtocol パラメーターを authTypeSsl に設定した場合、このパラメーターは必須です。 |
構成例
接続文字列モード
{
"jdbcUrl": "jdbc:oracle:thin:@host:port:SID",
"username": "xxxxx",
"password": "xxxxx",
"securityProtocol":"authTypeNone",
"envType": "Dev"
}