Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: altering next extent

Re: altering next extent

From: Hemant K Chitale <hkchital_at_singnet.com.sg>
Date: Fri, 24 May 2002 07:13:34 -0800
Message-ID: <F001.0046AD37.20020524071334@fatcity.com>

Is the batch job doing a TRUNCATE table ?

Hemant K Chitale

> Hi,
>
> It isn't a local managed tablespace problem because I'm still
> on 7.3.4 db Besides that I'm changing the table specs as far as I know
> this overrules the tablespace specs.
>
> New is that I created in a new attempt the table on 256K next extent
> then run the batch again and the storage remains on 256K.
>
> Tia,
>
> Jeroen
>
> -----Oorspronkelijk bericht-----
> Van: Rahul [mailto:rahul_at_ratelindo.co.id]
> Verzonden: vrijdag 24 mei 2002 13:18
> Aan: Multiple recipients of list ORACLE-L
> Onderwerp: RE: altering next extent
>
>
> LMT ???
>
> > ----------
> > From: Jeroen van Sluisdam[SMTP:jeroen.van.sluisdam_at_vrijuit.nl]
> > Reply To: ORACLE-L_at_fatcity.com
> > Sent: Friday, May 24, 2002 6:03 PM
> > To: Multiple recipients of list ORACLE-L
> > Subject: altering next extent
> >
> > Hi,
> >
> > I have a strange phenomena. Due to sizing problems with a specific
table.
> > I changed the next extent clause with
> > ALTER TABLE contingenten.BOEKINGEN_ADDITIONS storage ( next 256K );
> >
> > Mysteriously after running the batch, it was back on 8K.
> >
> > Ofcourse I select before (also closing sqlplus and starting it again and
> > selecting)
> > and after the batch the next extent by
> > SQL> select next_extent from dba_tables where table_name =
> > 'BOEKINGEN_ADDITIONS';
> >
> > NEXT_EXTENT
> > -----------
> > 8192
> >
> > After the batch it was back on 8K. I checked the scripts and there was
no
> > alter in the script.
> > I turned on the audit on this table and did find only records with
> > 'session
> > rec' in action_name
> > What can cause the previous alter to be changed back?
> >
> > Tia,
> >
> > Jeroen
> >
> > Details: oracle 7.3.4 HP-UX 10.20
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Jeroen van Sluisdam
> > INET: jeroen.van.sluisdam_at_vrijuit.nl
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).
> >
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Rahul
> INET: rahul_at_ratelindo.co.id
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jeroen van Sluisdam
> INET: jeroen.van.sluisdam_at_vrijuit.nl
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hemant K Chitale
  INET: hkchital_at_singnet.com.sg

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri May 24 2002 - 10:13:34 CDT

Original text of this message

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