Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Bulk-bind input and output host arrays to index-by tables

Bulk-bind input and output host arrays to index-by tables

From: jose luis fernandez diaz <jose_luis_fdez_diaz_news_at_yahoo.es>
Date: 19 Dec 2003 07:19:05 -0800
Message-ID: <c2f95fd0.0312190719.447aca6d@posting.google.com>


Hi,

In the chapter 4 'Collections and Records' of the 'PL/SQL User's Guide and Reference Release 8.1.6' book there is the next paragrap:

"For example, PL/SQL supports implicit (automatic) datatype conversion between host arrays and index-by tables (but not nested tables). So, the most efficient way to pass collections to and from the database server is to use anonymous PL/SQL blocks to bulk-bind input and output host arrays to index-by tables."

Can anybody show me a pro*c/c++ example program with a embebed anonymous PL/SQL block that bulk-bind input and output host arrays to index-by tables ?

Thanks,
Jose Luis Received on Fri Dec 19 2003 - 09:19:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US