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

In This Topic
BeginBatch() Method
In This Topic
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.

See Also