If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Function sqlldr and output

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-31-02, 03:59
Fajr Fajr is offline
Registered User
 
Join Date: Dec 2002
Posts: 5
Talking Function sqlldr and output

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
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On