Re: Call Sqlldr from DOS Batch.



In article <1206436364.771100@xxxxxxxxxxxxxxxxxxxxx>, Laurenz Albe <invite@xxxxxxxxxxxxxxx> 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%

.