Fajr
12-31-02, 04:59
| Hello I have a problem with the function sqlldr. In fact i don't want to have errors in the standard output. This is my code. I use sqlldr with a bad Database name to see if i have errors in the standard output. So i have it. I want to supress it do you how i can do this? sqlldr userid="${gUtilBD}@${gConnBD}" control=$gFicCtl log=$lFicLog bad=$lFicBad \ discard=$lFicDsc silent=\(header, feedback\) skip=0 data=$lFicDon >/dev/null << EOF ${gMdpBD} EOF Thanks a lot. Bye |