How to assign a constant value in sqlldr
567173Apr 26 2007 — edited Apr 26 2007I have table like
name char
value char
filename char
I use sqlldr to load from abc.dat, which is
tom, student
I also want to sqlldr can load the filename when loading from file abc.dat
How to write the ctl file
thanks