Automatic or Managed Recovery [message #258720] |
Mon, 13 August 2007 08:09 |
preet_kumar
Messages: 204 Registered: March 2007
|
Senior Member |
|
|
On a 8i standby database i used the below given command
startup nomount
alter database mount standby database;
recover automatic standby database;
cancel
alter database open read only;
On 10gR2 should i use the same command for a standby or
alter database recover managed standby database disconnect from session;
Note:Standby is using a script to download all archive log from primary as the standby is with internal IP not visible to primary.
|
|
|
|
|