load a data from text file into a oracle table

Hi all,

I have a data like,

0,R001,2,D

this wants to be loaded into a oracle database table.
Pl let me know how this has to be done.

Thanks in advance

Have a read of this:

http://www.orafaq.com/wiki/SQL*Loader_FAQ

Regards

thanks a lot
it helped me