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: moving a datafile

Re: moving a datafile

From: Daniel E. Dodge <ddodge_at_future.dreamscape.com>
Date: Tue, 08 Dec 1998 12:44:05 -0500
Message-ID: <366D6565.38483A87@future.dreamscape.com>

  1. vary tablespace offline
  2. move the data file to the new location
  3. ALTER DATABASE RENAME FILE 'xxxx' TO 'xxxx';
  4. vary tablespace online

Amit Agagrwal wrote:
>
> Read Oracle Administration guide. It is very straight forward.
> amit
>
> Doug Cowles wrote:
>
> > Can anyone outline a procedure for moving a datafile
> > to a different filesystem without creating any problems?
> > I'm running out of room fast on a disk, and don't want to
> > interrupt anything.
> >
> > Thanks,
> > Dc.
Received on Tue Dec 08 1998 - 11:44:05 CST

Original text of this message

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