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: switching datafiles that are used

Re: switching datafiles that are used

From: Andrew Allen <andrew.allen-contr_at_trw.com>
Date: Fri, 06 Jan 2006 19:34:24 GMT
Message-ID: <4Dzvf.1873$fb4.733@newssvr14.news.prodigy.com>


balvey_at_comcast.net wrote:
> I don't want to copy. I want new datafiles without losing the old ones.
> They still need to be read but any new data needs to be written to my
> new disk.
>
> Basically I need to know if I turn off autoextend on a datafile will
> the new datafiles start to be used when the old fills up.
>

1) alter each existing datafile so autoextend is off. 2) alter each datafile so that it is resized to the end of the HWM. That is, resize it to release back to the OS any free space beyond the end of the last used extent.
3) add a datafile for each tablespace on the new disk volume.

Done. Received on Fri Jan 06 2006 - 13:34:24 CST

Original text of this message

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