i have a text file
the data in the text file like this
zafar
programmer
now i create a table in oracle database
and i create two columns in table
one table have read [first line of text file i.e zafar] another line [i.e programmer] move into 2nd column
how it is possible in oracle database sql query to stored text file data in my create table?