I am having a table with 100 columns.I have got a comma delimited variable length text file with 1 million records.Each
line in text file represents one new record
How to import this records in text file to Oracle table.I guess we can do thru sqlldr.Please do send the syntax & also I would like to know the syntax without using position.I mean the real shortcut way to get data from text file to Oracle table