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 Database

Re: Moving Database

From: Pat Minnis <pminnis_at_maverick.net>
Date: Sat, 17 Jul 1999 01:05:43 GMT
Message-ID: <HFQj3.498$04.9629@news.goodnet.com>


Take a good export despite the following way:

alter database backup controlfile to trace. Look at the trace in user_dump_dest directory -- it could almost run itself!

Once they have renamed your mount points:

Should just have to change the trace a little to reflect the newly named mount points (and take out some comment stuff that won't run). svrmgrl
connect internal
startup nomount
@something.trc

FCostello <feargal_costello_at_ward.ie> wrote in message news:7mndft$cj7$1_at_ezekiel.eunet.ie...
> Hi,
> Our company have an Oracle 7.3 database running on OpenVMS. They plan to
> cluster the current machine. This will entail renaming the disks. How can
I
> save my current instance and database
> a. Recreate new database and import all from dump file
> b. startup mount and rename files
> c. another way ?
>
> Any suggestions, help, experience of same ????
>
> Feargal
>
>
>
Received on Fri Jul 16 1999 - 20:05:43 CDT

Original text of this message

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