OracleLob.BeginBatch Method (OracleLobOpenMode)
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
public void BeginBatch ( OracleLobOpenMode mode )
public function BeginBatch ( mode : OracleLobOpenMode )
Parameters
- mode
Mode (one of the OracleLobOpenMode values) in which the LOB can be accessed between this BeginBatch call and the corresponding EndBatch call.
To write to the LOB, you must have retrieved the LOB using the FOR UPDATE clause in the SQL SELECT statement, and you must have a local transaction started.
Calling BeginBatch more than one time within the same transaction currently throws the Oracle "ORA-22293: LOB already opened in the same transaction" error. In addition, if you obtain the LOB using another OracleDataReader, and the original caller has not called the EndBatch method, the same error is generated. Therefore, you must call the EndBatch method when you are finished using the OracleLob.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.