ConnectionType
Specifies the method used to connect to Oracle OCI data.
Possible Values
Server, OracleTNS, SID, LDAPデータ型
string
デフォルト値
"Server"
解説
This connection property specifies the method used to connect to the Oracle OCI server.
The supported values are:
- Server: connect by providing the Server address, Port number and ServiceName.
- OracleTNS: use the TNS protocol to connect to the Oracle OCI server.
- SID: connect to the server with an SID.
- LDAP: connect via an LDAP server.