Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Loader
I'm pretty sure you can use a pipe to do this in UNIX. Something like:
mkfifo mypipe
sqlldr file=mypipe [other_parameters] &
redirect your stdout to mypipe
Not tested.
I don't know how to do it in Windows.
Yong Huang
In article <8ehidq$4np$1_at_news.nikoma.de>,
"not2day" <spam_at_not2day.de> wrote:
> Is it possible to load Data with the SQL*Loader directly from stdin
and not
> from a file?
>
> Regards
>
> M. Heins
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon May 01 2000 - 00:00:00 CDT
![]() |
![]() |