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: Why tablespaces still need coalescing

Re: Why tablespaces still need coalescing

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 2000/03/08
Message-ID: <952548859.28856.0.nnrp-09.9e984b29@news.demon.co.uk>#1/1

Good point - it might be in 7.3.4, but
it is possible that it's only in 8.0

Generally, though once the defaults are
set for the tablespace, don't use any
clauses for the individual objects and
you will be okay apart from

    create table as select
    create index
if run in parallel, then you need to set event 10901 (see my web site for an
article on SMON) to stop extent trimming creating havoc.

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

Gary wrote in message <38C61900.2C673F3D_at_btinternet.com>...

>Is that available on 7.3 ?
>
>Jonathan Lewis wrote:

>> N.B. Have you also set MINIMUM EXTENT
>> for the tablespace as well is initial, next
>> and pctincrease ?
Received on Wed Mar 08 2000 - 00:00:00 CST

Original text of this message

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