Hi Ken,

If no one has told you yet, all you have to do is 
to use the "alter tablespace" command, for example:

alter tablespace system default storage (pctincrease 0);

select tablespace_name, pct_increase from dba_tablespaces
where tablespace_name='SYSTEM';

You shouldn't need to rebuild your database, (e.g. your
control files) to reset this tablespace storage parameter.
Hope this resolves your problem for you there.

Dan Whatley
Sr. Oracle DBA
Motorola, Inc.
Global Information Systems
7700 W. Parmer Ln.
Austin, Tx   78729


Ken Janusz wrote:
> 
> Is there any way that I can change the PCTINCREASE for the SYSTEM tablespace
> without recreating the DB?  For some reason the person who created the DB I
> am working on set PCTINCREASE to 50 (or didn't did not include this
> parameter).    I am using this DB for a data conversion so there is no
> software connected to it and in turn no users on it.
> 
> Thanks,
> Ken Janusz, CPIM
> Database Conversion Lead
> Sufficient Systems, Inc.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Ken Janusz
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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: Dan Whatley
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to