Reading text file
Friends I am having a text file whose each line of data looks like below
George Bush 56 Washington DC,USA 100,000
AL Gore53 Florida,USA 75,000
Clinton54 Washington DC,USA50,000
etc.
Note that there are no delimiteres.
Now i want to read this file and populate the data into my Oracle table.Can anyone suggest how should i go about .Just tell me the Java related classes,methods etc that will be helpful to achieve my purpose.
Please help.

