Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question regarding specifying batch size in oracle

Status
Not open for further replies.

shylaja

Programmer
Feb 13, 2003
4
IN
Hi
I have a question regarding specifying batch size option in oracle.
Using the batch size option we limit the number of rows retrieved or inserted in the database.
In MSSQL using the bcp utility specifying the -b option we can specify the batch size.
Similarly how can we specify the batch size in oracle .
If anybody has some idea please help.

Thanks in Advance
Shylaja
 
It depends on the client type (pl/sql, pro*c, oci, jdbc). What tool do you use and what is your specific task?

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top