Piping STDIN to SQLLDR on Windows [message #391810] |
Fri, 13 March 2009 12:24 |
Rudolphk
Messages: 7 Registered: March 2009 Location: Washington D.C.
|
Junior Member |
|
|
I am having trouble replicating functionality I commonly employ on Unix.
In Unix a typical command would be:
gzcat somefile.dat | sqlldr userid=foo/bar control=mycontrol.ctl
and the control file has specified:
INFILE '-'
How do I replicate this in Windows? I keep getting errors like "Unable to open file (-.dat)". I really want to avoid having to work with named pipes.
|
|
|
|
|
|
|
|
|