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: Export Oracle Data Error!

Re: Export Oracle Data Error!

From: herve.MAYNE <herve.MAYNE_at_wanadoo.fr>
Date: Sat, 30 Dec 2000 04:38:38 +0100
Message-ID: <92jmei$6eu$1@wanadoo.fr>

hello
your pb is :
1) control your ulimit
2) the filesystem where you want to create

    your exportfile is not created with the option largefiles see fsadm command
umount your filesystem
fsadm -o largefiles ... ( control the syntax ) mount your filesystem

good luck
<le_fort_at_my-deja.com> a écrit dans le message news: 92hs22$4j4$1_at_nnrp1.deja.com...
> Hi Paul,
>
> perhaps you want to use pipes, for example :
> mknod /tmp/your_pipe p
> gz < /tmp/your_pipe > your_dump.dmp.gz &
> exp ... FILE=/tmp/your_pipe ...
>
> There should be plenty examples for this on various pages if you need
> further details. You might have a look at www.timonions.com/tlinks.html
> for links. I guess your problem is answered in a FAQ (merely a guess,
> 'cause I have seen it being asked often)
>
> Hope that helped,
> le_fort
>
>
>
> In article <926cjc$ssm$1_at_news.ethome.net.tw>,
> "PaulWang" <wpaul_at_ethome.net.tw> wrote:
> > Dear all.
> > We use Oracle8i on HP server and we use the Export utility to export
 oracle
> > user data everyday, but we got error and fail to export the data when
 the
> > data exceed 2GB, how can we do? we use this as kinds of backup method
 and
> > import it sometimes to our testing server!
> > Thanks in advance!
> >
> >
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Fri Dec 29 2000 - 21:38:38 CST

Original text of this message

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