Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Loader

Re: SQL*Loader

From: <yong321_at_yahoo.com>
Date: 2000/05/01
Message-ID: <8eitip$u59$1@nnrp1.deja.com>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US