Re: Call Sqlldr from DOS Batch.



In article <f146789b-c0da-4f30-a612-ed7b58c5ab43@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, PowerOne <salazar.willy@xxxxxxxxx> wrote:
I set it like this:
set $ORACLE_HOME=C:\ORANT\BIN
set $ORACLE_SID=DBNAME

I missed something? or Am I doing something wrong?

Yes, and yes. This is incorrect syntax for setting environment variables in
MS-DOS. Get rid of the dollar signs.
.