Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Changing autoextend options of a datafile
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
-- 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 ListsReceived on Fri Sep 15 2000 - 17:22:04 CDT
--------------------------------------------------------------------
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).
![]() |
![]() |