Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: log_archive_min_succeed_dest param
m_j127_at_hotmail.com wrote:
> I am currently studying for the Fundamentals 2 exam and need some
> clarification on the following:
>
> This is the scenario:
> ARCn processes are writing online redo log files to one local
> mandatory destination, one local optional destination and one remote
> mandatory destination.
>
> LOG_ARCHIVE_MIN_SUCCEED_DEST=2
>
> What would happen if I had the same scenario above but the
> LOG_ARCHIVE_MIN_SUCCEED_DEST was set to 3 or any value greater than
> the mandatory and optional LOCAL destinations
>
> Thanks in advance
If it's set to 3, then your optional destination is treated as mandatory as well. If it's set to > 3, then you get ORA-19555 "invalid LOG_ARCHIVE_MIN_SUCCEED_DEST parameter value".
Cheers,
Dave
Received on Tue Aug 12 2003 - 16:00:45 CDT
![]() |
![]() |