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

In This Topic
    ConnectMode Property (OracleConnection)
    In This Topic
    Opens a session with administrative privileges SYSDBA or SYSOPER.
    Syntax
    'Declaration
     
    Public Property ConnectMode As OracleConnectMode
    public OracleConnectMode ConnectMode {get; set;}

    Property Value

    An OracleConnectModevalue to determine user privileges.
    Remarks
    To open a session with SYSDBA or SYSOPER privileges the user must have appropriate privileges.
    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