dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / Port Property

In This Topic
    Port Property (OracleConnectionStringBuilder)
    In This Topic
    Gets or sets the number of a port to communicate with listener on the server.
    Syntax
    'Declaration
     
    Public Property Port As Integer
    public int Port {get; set;}

    Property Value

    The number of a port to communicate with listener on the server. The default value is 1521.
    Remarks
    This Port property is used only in OracleConnection.Direct mode.
    See Also