is it possible to insert multiple records into oracle 8i through one SQL statement?

i have tried:

insert into table values ('1','2','3'),('2','3','4')

without success.

M