Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Roll forward using Archive Logs
"Chintu" <agarwalp_at_eeism.com> wrote in message
news:1147706243.111712.223970_at_i40g2000cwc.googlegroups.com...
> docs -> Backup and Recovery Concepts pg 48 says
> " crash or instance reecovery use only online redo logs and never
> require use of archive log "
>
> My question is how will it rollforward if the redo for pending
> transaction are in archive logs ???
>
> Thanks
>
> Chintu
>
Define "pending" transactions ? Do you mean uncommitted transactions ? Those are not in the archived log files, but in the online redo log files. Make sure you always protect your online redo log files by multiplexing them. Received on Mon May 15 2006 - 15:06:50 CDT
![]() |
![]() |