Path: news.cambrium.nl!textnews.cambrium.nl!feeder3.cambriumusenet.nl!feed.tweaknews.nl!postnews.google.com!l13g2000yqb.googlegroups.com!not-for-mail
From: Mark D Powell <Mark.Powell2@hp.com>
Newsgroups: comp.databases.oracle.misc
Subject: Re: Split a dmp file before import
Date: Wed, 11 Nov 2009 13:51:53 -0800 (PST)
Organization: http://groups.google.com
Lines: 63
Message-ID: <4fe29e35-339e-4c49-b7fe-49c7abd7b495@l13g2000yqb.googlegroups.com>
References: <764c15f2-a4af-4eaa-b37b-9037878bd675@j19g2000yqk.googlegroups.com> 
 <2f68712d-8e46-437d-b6ee-0a0b279c4378@u25g2000prh.googlegroups.com> 
 <622efa6c-56c5-4e1a-bd19-ce13aece4057@h34g2000yqm.googlegroups.com>
NNTP-Posting-Host: 69.245.100.1
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1257976313 19649 127.0.0.1 (11 Nov 2009 21:51:53 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 11 Nov 2009 21:51:53 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: l13g2000yqb.googlegroups.com; posting-host=69.245.100.1; 
 posting-account=qJFqbQkAAACYQSLN0-cvP6ydkRfuOu6u
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; 
 Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET 
 CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 
 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0),gzip(gfe),gzip(gfe)
Xref:  news.cambrium.nl

On Nov 10, 3:56=A0pm, Sashi <small...@gmail.com> wrote:
> On Nov 10, 1:15=A0pm, joel garry <joel-ga...@home.com> wrote:
>
>
>
>
>
> > On Nov 10, 4:22=A0am, Sashi <small...@gmail.com> wrote:
>
> > > Hi all, I have a dmp file that contains about 9 million rows.
> > > Is there a utility/technique that will split the file into two (or
> > > more) so that I can run the import in two (or more)
> > > stages?
>
> > > Thanks,
> > > Sashi
>
> > Mark's answer pretty much says it all, but there may be more info
> > available if you tell us what problem you are trying to solve. =A0Disk
> > space? =A0Speed of imp? =A0Redo generation? =A0Trying to parallelize?
>
> > jg
> > --
> > @home.com is bogus.
> > Yay Stu! =A0(Stu and I were buddies years ago):http://www.campinglife.c=
om/output.cfm?ID=3D2209609
>
> Thanks for your replies, and that pretty much sums it up well for me.
> My problem is that my archiver keeps getting filled up, and I'm
> running short of disk space. It's unable to generate enough undo
> tablespace to represent my transaction.
> I googled around and took the approach of commiting regularly and
> using a buffer size of 50 MB.
> The DMP file is actually a single table, and is about 950 MB.
> So on my import command I set commit=3DY and buffer=3D50000000.
> This is 10.2.0.4.0 on solaris 10.
>
> Regards,
> Sashi- Hide quoted text -
>
> - Show quoted text -

How do you back up your archive logs? (rman, manually to tape, etc...)

If you use rman to back up the archive logs you may want to run a
backup and delete task before you start and perhaps again while you
are running.

If you just back up the archived redo logs to tape then delete them
then again you may want to schedule this task to run just prior to
your load.

It does seem like you may need to allocate more space to the archive
log directory file system as 950MB is not that much redo though if
your system normally only generates a couple hundred meagbytes per day
I can understand not having enough space available to handle a special
load.  On the other hand if this load is going to be repeated or is
typical of future load then your current issue is warning that your
archive file directory file system is too small.  You might also need
to double check some of you other file system allocations such as for
backups, trace files, etc ....

HTH -- Mark D Powell --
