dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / BeginBatch Method / BeginBatch() Method

BeginBatch() Method
Prevents server-side triggers from firing while performing multiple write operations.
Syntax
'Declaration
 
Public Overloads Sub BeginBatch() 
 
Remarks
To write to the OracleLob you must have a local transaction started.

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

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