external table- add column
I have a file with 3 columns delimited with tab.
I want to process this file in a pl/sql program record by record. I want to keep track of the records i have processed in this file. Can I add an extra 4th column flag_column to this external table to keep track of the records processed. If so, how to do it. can some one refer to the syntax. thanks.