Can I build standby database using this method?



hi:

I want to build a new standby database for a production database.

And the production database already has a DR standby database.

I know , I can shutdown the DR standby database and copy the datafiles,
the controlfile, the init.ora to new box. But it's danguares when
primary database crash during my copying process, and I should take a
lot time to recovry the DR standby database for the failover.

I also know that I can use "alter tablespace xx begin backup" on the
primary database , but that will cause the primary database generates
more redo logs during the copying. And the archive directory is not big
enough

So I want to copy the datafiles from the DR standby database without
shutdown the DR database.The DR standby database is recovering during
my copying process.

After my copy done, then I try to recover the new standby database, if
see some datafile block errors, then I re-copy the datafile and recover
again.

This method works fine so far. And I already used this method to create
some standby database successfully.

My questions is if this is a support method by Oracle?
Does this has any risk in the future?

Thanks

.



Relevant Pages

  • Re: Log apply services with RMAN
    ... I started up managed standby database disconnect from session. ... But now when I run the following SQL statement on the standby server, ... I see one of the logs hasn't been applied (sequence 51112) as seen ... So I ran the sql command ALTER DATABASE RECOVER MANAGED STANDBY ...
    (comp.databases.oracle.server)
  • Log apply services with RMAN
    ... I've just re-synced our Oracle 9.2.0.6 / Solaris 10 standby server. ... I started up managed standby database disconnect from session. ... I see one of the logs hasn't been applied (sequence 51112) as seen ... So I ran the sql command ALTER DATABASE RECOVER MANAGED STANDBY ...
    (comp.databases.oracle.server)
  • Oracle Standby Database - Using it for Backups
    ... using the RECOVER MANAGED STANDBY DATABASE command. ... Someone suggested to us that we should look into breaking replication ...
    (comp.databases)
  • OS version (8i) - standby - and os
    ... I have realize a standby database with oracle 8i. ... The Hardware are differents. ... The OS for the production database is Windows 2003 SP2. ...
    (comp.databases.oracle.server)
  • Re: OS version (8i) - standby - and os
    ... The structure of oracle is the same for oracle and the standby. ... I have realize a standby database with oracle 8i. ... The OS for the production database is Windows 2003 SP2. ...
    (comp.databases.oracle.server)