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: Nothing works => Import using multiple compressed files ?!!

Re: Nothing works => Import using multiple compressed files ?!!

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Fri, 26 May 2006 13:11:58 +0200
Message-ID: <047001c680b5$35c6e160$1a03310a@MPILA9>


> for x in `ls $DUMPDIR/vald*.gz | sort`
> do
> sleep 60
> gunzip < $x > /VMP1/archive/ngepipe.dmp
>done &

"ls" e "sort" are redundant.

for x in $DUMPDIR/vald*.gz
...

Regards
Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 26 2006 - 06:11:58 CDT

Original text of this message

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