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: Clustering Server - How to move database

Re: Clustering Server - How to move database

From: DJordan532 <djordan532_at_aol.com>
Date: 17 Jul 1999 15:57:08 GMT
Message-ID: <19990717115708.13652.00001333@ng-cb1.aol.com>


My suggestion:

  1. Perform cold backup of database.
  2. Create text backup of control file w/ alter database backup controlfile to trace, just in case. Print it out.
  3. shutdown immediate database;
  4. perform OS disk mount point name changes. Assuming only the disk mount point names have been changed .... then:
  5. edit config$SID.ora and/or init$SID.ora files for control file, bdump, cdump, udump, and archive log disk locations.
  6. Startup mount database;
  7. rename all files, including redo logs to point to new mount point locations. If you get an error, then you have made a typo or the file is missing.
  8. alter database open;

Have fun... Received on Sat Jul 17 1999 - 10:57:08 CDT

Original text of this message

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