![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a primary database that is online and a secondary database on a different Syb server that is "online for standby_access". I am able to dump logs from primary, copy to secondary and apply them on the secondary db (using load transaction). I would like to reverse the process. That is, make the primary as standby and the secondary as online. Logs should be able to be dumped at secondary, copied to primary and applied at primary using load transaction. For this, I need a way to make the primary DB which is online to switch to standby AND also be apply to accept "load transaction". (To make the secondary DB online from standby, is a simple "online database" command). Can you help? Thanks in advance. Regards, Ranjit |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
(In MSSQL, one can simply do "restore logs from .... with standby ..." to make the primary which is online to switch to standby mode.) Regards, Ranjit |
![]() |
| Thread Tools | |
| Display Modes | |
| |