Home » SQL & PL/SQL » SQL & PL/SQL » SQL and PL/SQL
SQL and PL/SQL [message #8490] Mon, 25 August 2003 06:20 Go to next message
rajesh
Messages: 173
Registered: November 1998
Senior Member
What is bulk SQL ????
Re: SQL and PL/SQL [message #8561 is a reply to message #8490] Sat, 30 August 2003 01:49 Go to previous message
mahesh.p@b2bsoftech.com
Messages: 1
Registered: August 2003
Junior Member
Bulk binding improves performance by minimizing the number of context switches between the PL/SQL and SQL engines. With bulk binding, entire collections, not just individual elements, are passed back and forth.

Using the following commands, clauses, and cursor attribute, your applications can construct bulk SQL statements, then execute them dynamically at run time:

BULK FETCH statement
BULK EXECUTE IMMEDIATE statement
FORALL statement
COLLECT INTO clause
RETURNING INTO clause
%BULK_ROWCOUNT cursor attribute
Previous Topic: To Store *.bmp or a file to Blob field uses PlSql script
Next Topic: Restricting blank entries
Goto Forum:
  


Current Time: Tue Apr 23 07:24:01 CDT 2024