dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / DirectUtils Class / PacketSize Property

In This Topic
    PacketSize Property
    In This Topic
    Allows controlling the packet size only in the Direct mode.
    Syntax
    'Declaration
     
    Public Shared Property PacketSize As Integer
    public static int PacketSize {get; set;}

    Property Value

    The size of packets in OracleConnection.Direct mode in bytes.
    Remarks

    The range of acceptable values is 800 - 32768.

    We cannot guarantee that the packet size will be exactly the same as it was set in the OCI mode, because data transfer is controlled by Oracle Client in this case.

    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