Re: RAC Archivelog mode and RMAN
- From: rjamya <rjamya@xxxxxxxxx>
- To: haroon_a_qureshi@xxxxxxxxx
- Date: Fri, 22 Dec 2006 07:58:55 -0500
grrrr .... about assigning shared location for archive logs. Perhaps it is
just me. If that shared dest goes away for some reason, (most likely) all
nodes using that will go down. We intentionally assign separate archive log
dest for each node. If required we do cross-instance-archiving, else run a
cron job to move archived logs to a common dest manually.
Then again, it is just me.
Raj
On 12/19/06, Haroon A. Qureshi <haroon_a_qureshi@xxxxxxxxx> wrote:
SQL> ALTER SYSTEM SET log_archive_dest='<shared location>' scope=SPFILE;
--
----------------------------------------------
Got RAC?
- Follow-Ups:
- Re: RAC Archivelog mode and RMAN
- From: Kevin Lidh
- References:
- Re: RAC Archivelog mode and RMAN
- From: Haroon A. Qureshi
Other related posts:
- » RAC Archivelog mode and RMAN
- » Re: RAC Archivelog mode and RMAN
- » Re: RAC Archivelog mode and RMAN
- » RE: RAC Archivelog mode and RMAN
- » Re: RAC Archivelog mode and RMAN
- » Re: RAC Archivelog mode and RMAN
- » Re: RAC Archivelog mode and RMAN
- » RE: RAC Archivelog mode and RMAN
- » Re: RAC Archivelog mode and RMAN
SQL> ALTER SYSTEM SET log_archive_dest='<shared location>' scope=SPFILE;
- Re: RAC Archivelog mode and RMAN
- From: Kevin Lidh
- Re: RAC Archivelog mode and RMAN
- From: Haroon A. Qureshi