I have a flat file which is used to populate data in a table A. There is another Table B which has one column same as that of A and is a sequence.
So how do i insert that same sequence number simultaneously in both table A and table B.
I cannot commit data into Table A till the whole flow is completed. Hence the column which I need to access is present in the I$ table. But i am unable to access the column.
Any suggestions on this?