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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Sqlldr and standard input

Re: Sqlldr and standard input

From: Maxim Demenko <mdemenko_at_gmail.com>
Date: Tue, 06 Feb 2007 09:34:31 +0100
Message-ID: <45C83D97.4000900@gmail.com>


Alternatively, sqlldr with not named pipes works too:

cat load.dat|sqlldr userid=scott/tiger control=load.ctl data=\"-\"

SQL*Loader: Release *10*.*2*.*0*.*3*.*0* - Production on Wed Jan *24* *10*:*45*:*34* *2007*

Copyright (c) *1982*, *2005*, Oracle. All rights reserved.

Commit point reached - logical record count *8*

Best regards

Maxim

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 06 2007 - 02:34:31 CST

Original text of this message

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