Re: Call Sqlldr from DOS Batch.

From: Malcolm Dew-Jones <yf110_at_vtn1.victoria.tc.ca>
Date: 25 Mar 2008 10:37:47 -0800
Message-ID: <47e9386b$1@news.victoria.tc.ca>


Doug Miller (spambait_at_milmac.com) wrote: : In article <1206436364.771100_at_proxy.dienste.wien.at>, Laurenz Albe <invite_at_spam.to.invalid> wrote:

: >Check that the environment variables are set currectly by using "set".

: 'set' with no parameters displays the values of *all* environment variables; 
: this is potentially a fairly large set. The values of individual variables can 
: be displayed with 'echo %varname%' e.g.

: echo %ORACLE_HOME%

More useful is the set command itself (I'm on XP here, I dont remember when this started to work)

        set ORACLE_HOME shows this variable

        set O shows all variables starting with O

And filtering also works

        set | findstr /i "bin" Received on Tue Mar 25 2008 - 13:37:47 CDT

Original text of this message