Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Standby database problem
Chuck wrote:
>
> Is there an easy solution to
> have Oracle automatically retry to ship the log? Upgrading to 9i is
> not an option.
Yes, you can set the REOPEN clause in your LOG_ARCHIVE_DEST_n init.ora parameter to retry after a set amount of time. Without the REOPEN clause, the database defaults to not retrying a failed archive attempt. Note that this can also burn you if you use LOG_ARCHIVE_DEST_n for your mandatory local disk without REOPEN - if the local disk fills and halts archiving, the database won't automatically retry the failed archive even after you've freed up space.
Regards,
Sean
Received on Thu Mar 14 2002 - 09:39:05 CST
![]() |
![]() |