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: Changing autoextend options of a datafile

RE: Changing autoextend options of a datafile

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Fri, 15 Sep 2000 18:22:04 -0400
Message-Id: <10620.117184@fatcity.com>


ALTER DATABASE DATAFILE 'path/file_name' AUTOEXTEND ON NEXT new_next<k|M> MAXSIZE new_max<k|M>;

ALTER DATABASE DATAFILE 'path/file_name' AUTOEXTEND off;

-----Original Message-----

From: Steven Monaghan [mailto:MonaghaS_at_mscdirect.com] Sent: Friday, September 15, 2000 5:56 PM To: Multiple recipients of list ORACLE-L Subject: Changing autoextend options of a datafile

I have a datafile for rollback segments that has NEXT=8Kb, MAXSIZE=33Gb.

How do I change these settings? I am looking through the oracle docs and can only find a description of these parameters when adding a data file. Am I stuck dropping and re-creating the data file / tablespace, or is it just a Friday afternoon thing that is really simple that I can't figure out?

Steve



Steven Monaghan
Oracle DBA
MSC Industrial Direct Co., Inc.
Melville, NY
MonaghaS_at_mscdirect.com
-- 
Author: Steven Monaghan
  INET: MonaghaS_at_mscdirect.com

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 Sep 15 2000 - 17:22:04 CDT

Original text of this message

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