hi,

I have these lines in a load.cmd file


SQLLDR CONTROL=C:\codes\bcp\oracle\load.ctl, LOG=bar.log, BAD=baz.bad, DATA=C:\codes\bcp\oracle\data.csv,
userid=system@RESEARCH/manager
pause


I don't understand why it always ask me for username and password everytime when I execute the .cmd file. This is not what I wated becasue I need to execute the command in my java code.


thg.