ConnectionType Parameter (Connect-OracleOci Cmdlet)
Specifies the method used to connect to Oracle OCI data.
Syntax
Connect-OracleOci -ConnectionType string
Possible Values
Server, OracleTNS, SID, LDAPData Type
cstr
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.