Top "Bulk-collect" questions

Using Oracle PL/SQL table of record with multiple %rowtype fields

How can I populate a table of records which has more than one field of %rowtype using bulk collect? my …

oracle plsql record rowtype bulk-collect
bulk collect into table type of objects

I got en error when attempting to use a BULK COLLECT statement ORA-00947: not enough values for table of objects. …

oracle plsql object-type bulk-collect
oracle - multiple insert into type table collection

I have created the following object in oracle 11g. CREATE OR REPLACE TYPE myObject as object( fieldOne number, fieldTwo number ); …

oracle collections types select-into bulk-collect