Re: sqlloader script
Posted by Roshan on Sep 05, 2017; 1:49pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/sqlloader-script-tp3394p3401.html
Hi Erman,
I have implemented the for loop. For the logfiles, by default it will create a single logfile by default. Each time the dat file will be loaded, the default script will be renamed(date appended to it)
for i in `ls /archicom/data/chrg/sms*.unl`
do
d=$(date "+%d%m%Y-%H%M")
echo $i
mv /home/archicom/MOB_IN_SMS.log $i${d}.log
what is the difference between ` and ' ?
Regards,
Roshan