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: Moving Datafiles

Re: Moving Datafiles

From: Surendra Tirumala <stirumala72_at_yahoo.com>
Date: Thu, 15 Jun 2000 18:24:25 -0700 (PDT)
Message-Id: <10529.109491@fatcity.com>


Steps to be followed to move datafiles:

1)shutdown the database(normal/immediate)
2)take a backup as precautionery method
3)move what all datafiles u want to move to the
locations you want
4)start the database in mount stage
5)point the database to new locations of the datafiles.
this can be done using the sql statement: "alter database rename datafile 'old_name' to 'new_name';" (ofcourse, through svrmgr)
6)open the database.

Surendra Tirumala
DBA,
Satyam,India

Received on Thu Jun 15 2000 - 20:24:25 CDT

Original text of this message

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