I'm trying to upload the tab-delimited data in sample.txt (attached) into an Oracle DB table called "tblTemp". "tblTemp" has 7 fields, named "Field1", "Field2", ......."Field7".
The problem I'm encountering is that the attached code is only uploading the first record in "Sample.txt", and then the program ends.