SQL Loader with Image
Hi
I need to automate an sql loader process in unix. i already have an control file, data file.All I need is to write a unix shell script. that accepts userid and pwd. it must set the oracle_home and call the sqlldr.
i have tried it but getting "ORACLE_HOME is not an valid identifier" error.
I will invoke this script from Appworx scheduler.
Thanks in advance