ConnectionType Parameter (Connect-OracleOci Cmdlet)
Connection properties to use for authentication. Accepted entries are Server, OracleTNS, LDAP.
Syntax
Connect-OracleOci -ConnectionType string
Possible Values
Server, OracleTNS, LDAPData Type
cstr
Default Value
"Server"
Remarks
Together with Password and User, this field is used to choose connection properties that are used to authenticate against the server. Server is the default option. Use the following options:
- Server: Set this to connect with server's by its address, port number and service name.
- OracleTNS: Set this to use TNS record to connect the server.
- LDAP: Set this to connect LDAP server in order to resolve Oracle server connection with TNS record stored by LDAP server.