inserting data into a table from a flat file

Hi,

I want to insert data into a table from a flat file, the file is having around 25 columns and some 10,000 records.

The columns values are seperated by a space.

Thanks

Is this an Oracle db? Look into sqlldr. SQL*Loader