Oh, I didn't understood you!
You can insert every line of the file separately, using varchar2 type.
Or you can insert the whole file as an only element, then you surely will need the clob type.
Anyway, you'll have to open the file, read it's contents and insert them to the table. You can do that with a procedure.