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