Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Is there a SQLLOAD Return Code?

Re: Is there a SQLLOAD Return Code?

From: Bambi Bellows <Bambi_Bellows_at_PO.CHI02_at_SMTPLINK.INFORES.COM>
Date: Thu, 18 Jan 1996 11:42:55 EST
Message-Id: <9601181811.AA28863@alice.jcc.com>

     Dave --

     Most Oracle tools do not return an error code when they fail;
     but, I was pleasantly surprised to find out that sql*loader
     does (at least on our configuration)... you may want to test
     this at your site by entering a bad control file and checking
     the return code (echo $?).

     If that doesn't work, you may want to redirect the stdout and stderr
     into some file and grep for error conditions.

     HTH,
     Bambi.

Received on Thu Jan 18 1996 - 13:11:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US