Can someone please help me.
I need to load data from a .dat
file into a Table.
.DAT
file has Col1, Col2, Col3
Table have Col1, Col4
What I want is
Table.Col4 = DAT File Col2*Col3
How can I achieve this via SQLLDR and CTL file. Note Columns in DAT File can be of Variable length.
eg DAT File:
110000002 , 1 , 7500
110000003 , 1 , 7500
110000008 , 1 , 7500
110000028 , 1 , 7500
110000054 , 1 , 7500
110000055 , 1 , 7500
110000082 , 1 , 7500
110000095 , 1 , 7500