From Rajendra.Jamadagni@espn.com Thu, 06 Sep 2001 08:05:49 -0700 From: "Jamadagni, Rajendra" Date: Thu, 06 Sep 2001 08:05:49 -0700 Subject: RE: collections / records / index-by, etc - long, sorry Message-ID: MIME-Version: 1.0 Content-Type: text/plain Lisa, If you are using BULK COLLECT or BULK BIND, you have to specify a collection for each column. There is no workaround, this is a system limitation. Welcome to wonderful world of 9i, you might be able to use a table of records, but you still can't assign a whole row type i.e. you can't say forall tab_emp.first .. tab_emp.last insert into emp values tab_emp(i); however, you must say forall tab_emp.first .. tab_emp.last insert into emp values tab_emp(i).ename, tab_emp(i).emp_sal; HTH Raj ______________________________________________________ Rajendra Jamadagni MIS, ESPN Inc. Rajendra dot Jamadagni at ESPN dot com Any opinion expressed here is personal and doesn't reflect that of ESPN Inc. QOTD: Any clod can have facts, but having an opinion is an art ! *********************************************************************2 This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you. *********************************************************************2 -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jamadagni, Rajendra INET: Rajendra.Jamadagni@espn.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).