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: IMP, suggestion for extents ..(Need!!!)???

Re: IMP, suggestion for extents ..(Need!!!)???

From: Mark D Powell <mark.powell_at_eds.com>
Date: 31 Aug 2001 05:43:53 -0700
Message-ID: <178d2795.0108310443.5b64b6c8@posting.google.com>


jkyf0131_at_hotmail.com (JK Yao) wrote in message news:<93f65984.0108302247.4d0d849_at_posting.google.com>...
> dear all,
>
> I had exported our database from Oracle7.3.4 with compress=Y and
> imported to 8.1.6.
>
> Some big tables, the extents are kind of huge. For example, one of my
> table have EXTENT INITIAL 200M and NEXT 200M, is that ok? What should
> I set my next and initial. Small and big INITIAL or NEXT have any
> effect?
>
> Thanks a lot
> regards,
> JK

The compress=y option tells Oracle on import to allocate the initial extent set equal to the size the table was taking before export. This setting is a hold over from the days when it was thought that objects needed to be in one extent as multiple extents were thought to be bad for performance (which we should all know by now is not true). The table could be 90% empty, but it is holding the space for 100% of the data.

Since you have version 8.1.6 you should consider adopting the uniform extent feature and organizing your objects into tablespaces based on expected total size and hence a particular extent size per tablespace.

Just my opinion.

Received on Fri Aug 31 2001 - 07:43:53 CDT

Original text of this message

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