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
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
Comment