ConnectionType
Specifies the method used to connect to Oracle OCI data.
Possible Values
Server, OracleTNS, SID, LDAPData Type
string
Default Value
"Server"
Remarks
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.