dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / BeginBatch Method / BeginBatch(OracleLobOpenMode) Method
One of the OracleLobOpenMode values.

In This Topic
    BeginBatch(OracleLobOpenMode) Method
    In This Topic
    Prevents server-side triggers from firing while performing multiple write operations, and specifies one of the OracleLobOpenMode values.
    Syntax
    'Declaration
     
    Public Overloads Sub BeginBatch( _
       ByVal openMode As OracleLobOpenMode _
    ) 
    public void BeginBatch( 
       OracleLobOpenMode openMode
    )

    Parameters

    openMode
    One of the OracleLobOpenMode values.
    Remarks
    To write to the OracleLob you must have a local transaction started.

    If you call BeginBatch(OracleLobOpenMode) more than one time within the same transaction Oracle throws an error.

    See Also