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 question

Re: SQL loader question

From: Uchakra <uchakra_at_aol.com>
Date: 11 Apr 2001 05:05:09 GMT
Message-ID: <20010411010509.25176.00002967@ng-cr1.aol.com>

Write a small shell script which will
make a list of the filenames after the
diretory treel walk.
Lets say, now you have a variable
x='file a fileb filec filed'

then in the same script do the following

sqlldr userid=u/p control=temp.ctl
datafile=$x

the controlfile must not have any datafile name.

Regards
Willy Received on Wed Apr 11 2001 - 00:05:09 CDT

Original text of this message

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