Hi Did02,
Thanks for the reply. I have tried a few variations of
syntax and I am getting the same error whenever I try
to use an Oracle function. Here is a portion of my control file.
FOREIGN_CD Char,
LAST_VISIT DATE "MM/DD/YYYY" decode (LAST_VISIT,' / / ',NULL,to_date(LAST_VISIT, "MM/DD/YYYY"

,
NO_VISIT Integer External,
I have tried the LAST_VISIT line without the date mask, withouth the DATE and date Mask and I still get the following error. What am I messing up with the syntax. my attempts at using Oracle functions in the control files always give an error.
SQL*Loader-350: Syntax error at line 24.
Expecting "," or "

", found "decode".
LAST_VISIT DATE "MM/DD/YYYY" decode(LAST_VISIT,' / / ',NULL,t
Thanks