Page 1 of 1

Why we use collection concept in plsql programms

Posted: Thu Jun 14, 2007 1:49 am
by srinu_a47
hi friends,
can u plz tell why we use collections in plsql rather than records
and tell me the difference between record and collection.
plz tell me what is the main advantage of collection used in plsql programms

ok thanking in advance

Posted: Thu Jun 14, 2007 4:04 am
by ahmadbilal
A collection can be used as the target of a bulk bind improve the performance of data transfer between the database and the PL/SQL processing.