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: Space Management w/ LMTs

Re: Space Management w/ LMTs

From: Joel Garry <joel-garry_at_home.com>
Date: 13 Apr 2005 16:14:00 -0700
Message-ID: <1113434040.531850.190720@g14g2000cwa.googlegroups.com>

Noons wrote:
> bdbafh_at_gmail.com apparently said,on my timestamp of 12/04/2005 5:03
AM:
>
> > I've been battling getting ORA-907 errors since 8.1.7 during
import,
> > still an issue in 10.1, so I'm used to pre-creating all tables (no
> > indexes or referential integrity) prior to import.
> > So I guess that I've never noticed this behavior.
> >
> > My point is, just pre-create the tables without dependent objects
and
> > let import create the rest of the objects for you. Yes, there could
be
> > some advantages to also manually creating the indexes ...
(nologging,
> > parallel, partitioned, compressed) but that's optional.
>
> One of the most important things to do with any export approach:
>
> export full=y rows=n file=skel.dmp yaddayadda....
>
> Takes all of 5 minutes even on the largest dbs.
> Then use import from skel.dmp with all sorts of variations
> to quickly do all manner of manipulations of the original schema.

And yet, how do you use it to create a small table where there is a big INITIAL in a big table that won't fit in the new schema? (no unix shell commands or modification of the dmp allowed :-)

>
> I'm rediscovering the joys of export/import right now due to a
> particularly prickly situation I've got to deal with at the
> current job...

jg

--
@home.com is bogus.
"I can't get this porcupine out of the bag." - don't remember where I
saw that.
Received on Wed Apr 13 2005 - 18:14:00 CDT

Original text of this message

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