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.

    See Also