Cmdlets for Oracle

Build 25.0.9434

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, LDAP

Data 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434