For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I consider it convenient to insert multiple rows using INSERT INTO. For example:
insert into table_name (field1, field2, field3)
values ({value1, value2, value3},
{value11, value12, value13},
{value21, value22, value23} );