I\'m looking for a good way to perform multi-row inserts into an Oracle 9 database. The following works in MySQL but doesn\'t seem to be supported in Oracle.
Cursors may also be used, although it is inefficient. The following stackoverflow post discusses the usage of cursors :
INSERT and UPDATE a record using cursors in oracle