Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: removal of standby database
Before you do that, if you don't care about the standby database being
completely up to date with the primary (or even just close to up to
date), just issue the follwing when the primary is in a mounted state:
alter database set standby to maximize performance; alter database open;
This will allow the standby to one log behind the primary, or even completely ignored if you also disable log_archive_dest_state_3.
Regards,
Steve Received on Wed Apr 19 2006 - 12:34:44 CDT