Sqlldr : how to pass current date to INFILE parameter
Hi All,
Below is the sample control file line. I want to pass current date in INFILE parameter.
e.g. INFILE '$CUSTOM_TOP/docs/inv' || to_char(sysdate,'ddmmyyyy') || '.csv'
But it is giving error. May be the sqlldr does not understand the above format.
Can anybody please help.
Jay
0