See Also

OracleConnectionStringBuilder Class  | OracleConnectionStringBuilder Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

ServiceName Property

Devart.Data.Oracle Namespace > OracleConnectionStringBuilder Class : ServiceName Property (OracleConnectionStringBuilder)

Gets or sets an alias to an Oracle database instance (or many instances) to use in the OracleConnection.Direct mode.

[Visual Basic]
Public Property ServiceName As String
[C#]
public string ServiceName {get; set;}

Return Type

Alias to an Oracle database instance (or many instances) to use in the OracleConnection.Direct mode. The default value is empty string.

Remarks

This property is used only in OracleConnection.Direct mode. When a value is assigned to this property, the OracleConnection is closed.

When Service Name is specified and implies several database instances, dotConnect for Oracle connects to the first instance provided by Oracle listener. Note that RAC is not supported in the Direct mode, and provider works only with this one database instance.

See Also

OracleConnectionStringBuilder Class  | OracleConnectionStringBuilder Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.