dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / Home Property

In This Topic
    Home Property (OracleConnection)
    In This Topic
    Gets or sets Oracle Home to be used.
    Syntax
    'Declaration
     
    Public Property Home As String
    public string Home {get; set;}

    Property Value

    An Oracle Home to be used.
    Remarks
    Set Home property to select what Oracle client will be used in your application. Use this property if there are some Oracle clients installed at the machine. If Home property is empty dotConnect for Oracle uses default Home. You can change a value of the default home by Oracle Home Selector.

    Note: This property is not used in .NET Standard 1.3 compatible assembly. .NET Standard compatible classes of dotConnect for Oracle don't allow selecting Oracle Home. The first oci.dll library, that is found first by the standard Windows dll loading mechanism, is used.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also