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: standby - copy database

Re: standby - copy database

From: buckeye234 <member_at_dbforums.com>
Date: Fri, 15 Nov 2002 18:28:27 +0000
Message-ID: <2052305.1037384907@dbforums.com>

I believe this is possible. The problem is that the database on server B has no knowledge of the 'new' archivelog files from server a. This information is stored in the control files. If everything is exactly the same on both servers, it should be easy enough to grab a copy of the current control files from server A and put them on server B. The database on server B must be shutdown before you do this.

So:

  1. Shutdown database on server B.
  2. Copy control files from server A to server B.
  3. Copy necessary archived redo-logs from server A to server B
  4. Startup mount database on server B 5 Do required recovery type on database on server B (Complete, PIT)

This is the process I used back in the dark ages when moving a copy of our production database to our Y2K test server. It's not the best, but it fit with our needs and lack of tape drives on the Y2K server.

I believe I have covered all the steps, but I won't gaurantee it. Use common sense to see if this fits your needs.

HTH,
Patrick

--
Posted via http://dbforums.com
Received on Fri Nov 15 2002 - 12:28:27 CST

Original text of this message

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