Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_XMLSAVE, 8 of 18


setCommitBatch Procedure

This procedure sets the commit batch size. The commit batch size refers to the number of records inserted after which a commit should follow. Note that if the commitBatch is less than 1 or the session is in autocommit mode, the XSU does not make any explicit commits. By default the commit-batch size is 0.

Syntax

DBMS_XMLSAVE.	setCommitBatch (

ctxHdl     IN ctxType, 
batchSize  IN NUMBER); 

Parameters

Table 73-8 shows the parameters of the setCommitBatch procedure.

Table 73-8 setCommitBatch Procedure Parameters
Parameter  Description 

ctxHdl (IN) 

The context handle. 

batchSize (IN) 

The commit batch size. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback