Re: Detaching and Attaching Standby Database

From: Uri Dimant (urid_at_iscar.co.il)
Date: 08/05/04


Date: Thu, 5 Aug 2004 15:17:03 +0200

Brad
Have you read the article in the BOL
"How to set up, maintain, and bring online a standby server (Transact-SQL)"?

"Brad" <brad@seesigifthere.com> wrote in message
news:MPG.1b7bedee1a217f72989689@news...
> I need to be able to detach my standby database so I can back it up.
> How do I reattach it and keep it from going through a recover (thus
> breaking my log consistency with the production database)?
>
> I thought about doing a NET STOP MSSQLSERVER, backup files, and NET
> START MSSQLSERVER, but I'm not sure if that will work.



Relevant Pages

  • 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)
  • 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)