Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Changes to db after renaming mount points
Hi Maheswara,
Thanks for all your help. I know I missed writing all the steps for moving datafiles (I got a bit lazy).
Regards,
Sujatha
-----Original Message-----
Sent: Wednesday, 5 December 2001 6:21 AM
To: Multiple recipients of list ORACLE-L
Sujatha,
You could do this in two ways --- either through recreating the control file -- (alter database backup controlfile to trace) and then make modfifications of new disk locations to the control file (trace file). Then from cold backup, copy the databse files to those new locations and bring up the datbase using the new modified controlfile.
Second method:
All of your steps are ok but you missed --- mounting the datbase before moving redo and taking the tablespaces offline. See below one details.
If you are on 817 version, following are the steps to move the datafiles from one location to another location (I do not know whether these steps would work for versions prior to 817).
ALTER DATABASE RENAME FILE
'/export/home3/ora_log1.rdo' TO '/export/home4/ora_log1.rdo';
8. Now, open the database for normal use.
Prior to doing and also after completing the above operations, take the cold backup.
Thanks,
Rao
-----Original Message-----
Sent: Monday, December 03, 2001 11:10 PM
To: Multiple recipients of list ORACLE-L
Hi,
I now have extra disks so I am re-arranging our databases. We will also be renaming the mount points (obviously the db's are on UNIX - HP-UX).
I just want to confirm the steps I would have to do for this:
Does this sound fine? ... Have I missed anything? ... or should I look out for something special?
Thanks for your help
Sujatha
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rao, Maheswara INET: Maheswara.Rao_at_Sungardp3.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Sujatha Madan INET: Sujatha.Madan_at_cmc.cwo.net.au 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 Tue Dec 04 2001 - 16:58:17 CST